Partilhar via


Propriedade ISignatureHelpSession.SelectedSignature

Obtém a assinatura que está selecionada no momento entre o conjunto de assinaturas válidas.

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

Sintaxe

'Declaração
Property SelectedSignature As ISignature
ISignature SelectedSignature { get; set; }
property ISignature^ SelectedSignature {
    ISignature^ get ();
    void set (ISignature^ value);
}
abstract SelectedSignature : ISignature with get, set
function get SelectedSignature () : ISignature 
function set SelectedSignature (value : ISignature)

Valor de propriedade

Tipo: Microsoft.VisualStudio.Language.Intellisense.ISignature
A assinatura selecionada.

Segurança do .NET Framework

Consulte também

Referência

ISignatureHelpSession Interface

Namespace Microsoft.VisualStudio.Language.Intellisense