CompletionSet::SelectionStatus Property

 

Gets or sets the CompletionSelectionStatus.

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

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

Exception Condition
ArgumentNullException

The value is null.

ArgumentException

The completion belonging to the value is not contained in either the completions or the completion builders.

Changing the selection status raises the SelectionStatusChanged event.

Return to top
Show: