Condividi tramite


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)

Syntax

'Dichiarazione
ReadOnly Property Content As String
string Content { get; }
property String^ Content {
    String^ get ();
}
abstract Content : string
function get Content () : String

Property Value

Type: System.String
The content.

Remarks

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 Using Editor Templates to Create Extensions.

.NET Framework Security

See Also

Reference

ISignature Interface

Microsoft.VisualStudio.Language.Intellisense Namespace