ICompletionSession.SelectedCompletionSet Property

Gets or sets the selected CompletionSet.

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

Syntax

'Declaration
Property SelectedCompletionSet As CompletionSet
CompletionSet SelectedCompletionSet { get; set; }
property CompletionSet^ SelectedCompletionSet {
    CompletionSet^ get ();
    void set (CompletionSet^ value);
}
abstract SelectedCompletionSet : CompletionSet with get, set
function get SelectedCompletionSet () : CompletionSet
function set SelectedCompletionSet (value : CompletionSet)

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense.CompletionSet
The selected CompletionSet.

.NET Framework Security

See Also

Reference

ICompletionSession Interface

Microsoft.VisualStudio.Language.Intellisense Namespace