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
'Declaration
ReadOnly Property Documentation As String
string Documentation { get; }
property String^ Documentation {
String^ get ();
}
abstract Documentation : string with get
function get Documentation () : String
Property Value
Type: String
The documentation, which describes the method and signature.
Remarks
This text may appear alongside the signature in an IntelliSense tool.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.