CompletionSet.CompletionMatchResult.SelectionStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.