ISignatureHelpSession::SelectedSignature Property
Visual Studio 2015
Gets the signature that is currently selected from among the set of valid signatures.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
property ISignature^ SelectedSignature { ISignature^ get(); void set(ISignature^ value); }
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense::ISignature^The selected signature.
Show: