Share via


CodeDomEventBindingService.ShowCode Method

This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.

[SECURITY CRITICAL]

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: Boolean
true if it was possible to open the editor window, otherwise false.

See Also

Reference

CodeDomEventBindingService Class

ShowCode Overload

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