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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.