CompletionSelectionStatus.IsUnique Property
Determines whether the completion is a unique match.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
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
Property Value
Type: Boolean
true if the completion is unique, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.