CompletionSet.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.
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.