ISignatureHelpSession.SelectedSignature Property

Definition

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.

Applies to