Share via


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: System.Boolean
true if the completion is unique, otherwise false.

.NET Framework Security

See Also

Reference

CompletionSelectionStatus Class

Microsoft.VisualStudio.Language.Intellisense Namespace