Share via


SelectedSignatureChangedEventArgs.PreviousSelectedSignature Property

Gets the signature that was previously selected.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Public ReadOnly Property PreviousSelectedSignature As ISignature
public ISignature PreviousSelectedSignature { get; }
public:
property ISignature^ PreviousSelectedSignature {
    ISignature^ get ();
}
member PreviousSelectedSignature : ISignature with get
function get PreviousSelectedSignature () : ISignature

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense.ISignature
The previously selected signature.

.NET Framework Security

See Also

Reference

SelectedSignatureChangedEventArgs Class

Microsoft.VisualStudio.Language.Intellisense Namespace