共用方式為


ISignatureHelpSession.SelectedSignature 屬性

取得在有效的簽章的集合中目前選取的簽章。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

'宣告
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)

屬性值

類型:Microsoft.VisualStudio.Language.Intellisense.ISignature
選取的簽章。

.NET Framework 安全性

請參閱

參考

ISignatureHelpSession 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間