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)

public:
property bool IsUnique {
	bool get();
}

Property Value

Type: System::Boolean

true if the completion is unique, otherwise false.

Return to top
Show: