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)
Syntax
'Declaration
Public ReadOnly Property NewSelectedSignature As ISignature
public ISignature NewSelectedSignature { get; }
public:
property ISignature^ NewSelectedSignature {
ISignature^ get ();
}
member NewSelectedSignature : ISignature with get
function get NewSelectedSignature () : ISignature
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense.ISignature
The currently selected signature.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.