CompletionSet.SelectionStatus 屬性
取得或設定 CompletionSelectionStatus。
命名空間: Microsoft.VisualStudio.Language.Intellisense
組件: Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)
語法
'宣告
Public Property SelectionStatus As CompletionSelectionStatus
public CompletionSelectionStatus SelectionStatus { get; set; }
public:
property CompletionSelectionStatus^ SelectionStatus {
CompletionSelectionStatus^ get ();
void set (CompletionSelectionStatus^ value);
}
member SelectionStatus : CompletionSelectionStatus with get, set
function get SelectionStatus () : CompletionSelectionStatus
function set SelectionStatus (value : CompletionSelectionStatus)
屬性值
類型:Microsoft.VisualStudio.Language.Intellisense.CompletionSelectionStatus
CompletionSelectionStatus 。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | 值為 nullnull 參考 (即 Visual Basic 中的 Nothing)。 |
ArgumentException | 完成的值屬於不位於 [完成] 或 [完成建立幫手。 |
備註
變更選取項目狀態會引發SelectionStatusChanged事件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。