CompletionSelectionStatus.IsUnique 属性

确定完成项是否为唯一匹配项。

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

语法

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

属性值

类型:Boolean
true ,如果完成项是唯一的,否则 false。

.NET Framework 安全性

请参阅

参考

CompletionSelectionStatus 类

Microsoft.VisualStudio.Language.Intellisense 命名空间