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