SelectedSignatureChangedEventArgs::NewSelectedSignature Property

 

Gets the signature that is currently selected.

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

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

Property Value

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

The currently selected signature.

Return to top
Show: