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
'Declaration
Protected Overrides Function ShowCode As Boolean
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CodeDomEventBindingService Class
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom Namespace