CompletionSet.CompletionMatchResult.SelectionStatus Property

Definition

The selection status of the completion set.

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 selection status of the completion set.

Applies to