CompletionSelectionStatus.IsSelected 属性

确定完成项是否会被选中。

命名空间:  Microsoft.VisualStudio.Language.Intellisense
程序集:  Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

语法

声明
Public ReadOnly Property IsSelected As Boolean
public bool IsSelected { get; }
public:
property bool IsSelected {
    bool get ();
}
member IsSelected : bool with get
function get IsSelected () : boolean

属性值

类型:Boolean
true ,如果已选择完成项,否则 false。

.NET Framework 安全性

请参阅

参考

CompletionSelectionStatus 类

Microsoft.VisualStudio.Language.Intellisense 命名空间