CompletionSelectionStatus.Completion Property

Definition

Gets the selected completion represented by this selection status instance.

public:
 property Microsoft::VisualStudio::Language::Intellisense::Completion ^ Completion { Microsoft::VisualStudio::Language::Intellisense::Completion ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.Completion Completion { get; }
member this.Completion : Microsoft.VisualStudio.Language.Intellisense.Completion
Public ReadOnly Property Completion As Completion

Property Value

The Completion.

Applies to