SelectedSignatureChangedEventArgs.NewSelectedSignature 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 that is currently selected.
public:
property Microsoft::VisualStudio::Language::Intellisense::ISignature ^ NewSelectedSignature { Microsoft::VisualStudio::Language::Intellisense::ISignature ^ get(); };
public:
property Microsoft::VisualStudio::Language::Intellisense::ISignature ^ NewSelectedSignature { Microsoft::VisualStudio::Language::Intellisense::ISignature ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.ISignature NewSelectedSignature { get; }
member this.NewSelectedSignature : Microsoft.VisualStudio.Language.Intellisense.ISignature
Public ReadOnly Property NewSelectedSignature As ISignature
Property Value
The currently selected signature.