CompletionSet.SelectionStatus Property

Definition

Gets or sets the CompletionSelectionStatus.

public:
 property Microsoft::VisualStudio::Language::Intellisense::CompletionSelectionStatus ^ SelectionStatus { Microsoft::VisualStudio::Language::Intellisense::CompletionSelectionStatus ^ get(); void set(Microsoft::VisualStudio::Language::Intellisense::CompletionSelectionStatus ^ value); };
public Microsoft.VisualStudio.Language.Intellisense.CompletionSelectionStatus SelectionStatus { get; set; }
member this.SelectionStatus : Microsoft.VisualStudio.Language.Intellisense.CompletionSelectionStatus with get, set
Public Property SelectionStatus As CompletionSelectionStatus

Property Value

The CompletionSelectionStatus.

Exceptions

The value is null.

The CompletionSelectionStatus is not contained in either the completions or the completion builders.

Remarks

Changing the selection status raises the SelectionStatusChanged event.

Applies to