CompletionSet::CompletionMatchResult::SelectionStatus Property

 

Gets or sets the selection status of the completion set.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property CompletionSelectionStatus^ SelectionStatus {
	[CompilerGeneratedAttribute]
	CompletionSelectionStatus^ get();
	[CompilerGeneratedAttribute]
	void set(CompletionSelectionStatus^ value);
}

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense::CompletionSelectionStatus^

The selection status of the completion set.

Return to top
Show: