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