Share via


ISignature.Documentation Property

Gets the documentation associated with this signature.

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

Syntax

'Déclaration
ReadOnly Property Documentation As String
string Documentation { get; }
property String^ Documentation {
    String^ get ();
}
abstract Documentation : string
function get Documentation () : String

Property Value

Type: System.String
The documentation, which describes the method and signature.

Remarks

This text may appear alongside the signature in an IntelliSense tool.

.NET Framework Security

See Also

Reference

ISignature Interface

Microsoft.VisualStudio.Language.Intellisense Namespace