CodeDomEventBindingService.ShowCode Method
Include Protected Members
Include Inherited Members
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 editor window.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ShowCode() | Displays the code in the document data in the editor window. (Overrides EventBindingService.ShowCode.) | |
ShowCode(Int32) | Displays the code at the specified line. (Overrides EventBindingService.ShowCode(Int32).) | |
ShowCode(IComponent, EventDescriptor, String) | Shows the body of the user code with the given method name and event descriptor. (Overrides EventBindingService.ShowCode(IComponent, EventDescriptor, String).) |
Top
See Also
Reference
CodeDomEventBindingService Class
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom Namespace