Share via


CompletionSelectionStatus.Completion Property

Gets the selected completion represented by this selection status instance.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Public ReadOnly Property Completion As Completion
public Completion Completion { get; }
public:
property Completion^ Completion {
    Completion^ get ();
}
member Completion : Completion with get
function get Completion () : Completion

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense.Completion
The Completion.

.NET Framework Security

See Also

Reference

CompletionSelectionStatus Class

Microsoft.VisualStudio.Language.Intellisense Namespace