IParameter.Documentation Property
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 with get
function get Documentation () : String
Property Value
Type: 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.