ISignature::Content Property

 

Gets the content of the signature, including all the characters to be displayed.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property String^ Content {
	String^ get();
}

Property Value

Type: System::String^

The content.

This text may appear in a text view, and can be colored using the standard classifier mechanism. For an example of text coloring, see the Editor Classifier project template, which is available as part of the Visual Studio SDK. For more information, see Creating an Extension with an Editor Item Template.

Return to top
Show: