CodeDomEventBindingService.ShowCode Method

Displays the code in the document data in the editor window.

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Protected Overrides Function ShowCode As Boolean
‘사용 방법
Dim returnValue As Boolean

returnValue = Me.ShowCode()
protected override bool ShowCode()
protected:
virtual bool ShowCode() override
abstract ShowCode : unit -> bool 
override ShowCode : unit -> bool 
protected override function ShowCode() : boolean

Return Value

Type: System.Boolean
true if it was possible to open the editor window, otherwise false.

.NET Framework Security

See Also

Reference

CodeDomEventBindingService Class

CodeDomEventBindingService Members

ShowCode Overload

Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom Namespace