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)

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

Property Value

Type: System::String^

The documentation, which describes the method and signature.

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

Return to top
Show: