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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。