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 安全性

请参阅

参考

CompletionSet 类

Microsoft.VisualStudio.Language.Intellisense 命名空间