CodeDomEventBindingService::ShowCode Method (Int32)

 

Displays the code at the specified line.

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

protected:
virtual bool ShowCode(
	int lineNumber
) override

Parameters

lineNumber
Type: System::Int32

The line of the code to display.

Return Value

Type: System::Boolean

true if it was possible to open the editor window, otherwise false.

Return to top
Show: