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)

public:
property ISignature^ PreviousSelectedSignature {
	ISignature^ get();
}

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense::ISignature^

The previously selected signature.

Return to top
Show: