ISignatureHelpSession.SelectedSignature Property
Gets the signature that is currently selected from among the set of valid signatures.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'宣言
Property SelectedSignature As ISignature
Get
Set
ISignature SelectedSignature { get; set; }
property ISignature^ SelectedSignature {
ISignature^ get ();
void set (ISignature^ value);
}
abstract SelectedSignature : ISignature with get, set
function get SelectedSignature () : ISignature
function set SelectedSignature (value : ISignature)
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense.ISignature
The selected signature.
.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.