Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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
- 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.