Partager via


ICompletionSession.SelectedCompletionSet, propriété

Obtient ou définit le CompletionSet sélectionné.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.VisualStudio.Language.Intellisense.CompletionSet
CompletionSet sélectionné.

Sécurité .NET Framework

Voir aussi

Référence

ICompletionSession Interface

Microsoft.VisualStudio.Language.Intellisense, espace de noms