Share via


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
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

See Also

Reference

IParameter Interface

Microsoft.VisualStudio.Language.Intellisense Namespace