Share via


SelectedSignatureChangedEventArgs.PreviousSelectedSignature Property

Definition

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.

Applies to