ISignatureHelpSession.SelectedSignature Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the signature from among the set of valid signatures that is currently selected.
public:
property Microsoft::VisualStudio::Language::Intellisense::ISignature ^ SelectedSignature { Microsoft::VisualStudio::Language::Intellisense::ISignature ^ get(); void set(Microsoft::VisualStudio::Language::Intellisense::ISignature ^ value); };
public:
property Microsoft::VisualStudio::Language::Intellisense::ISignature ^ SelectedSignature { Microsoft::VisualStudio::Language::Intellisense::ISignature ^ get(); void set(Microsoft::VisualStudio::Language::Intellisense::ISignature ^ value); };
public Microsoft.VisualStudio.Language.Intellisense.ISignature SelectedSignature { get; set; }
member this.SelectedSignature : Microsoft.VisualStudio.Language.Intellisense.ISignature with get, set
Public Property SelectedSignature As ISignature
Property Value
The selected signature.