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 the parameter.
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.
Remarks
The documentation is displayed in a Signature Help (Parameter Info) context.
.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.