Share via


SelectionContainer.SelectableObjects, propriété

Obtient la collection d'objets sélectionnables.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Property SelectableObjects As ICollection
public ICollection SelectableObjects { get; set; }

Valeur de propriété

Type : System.Collections.ICollection
Retourne une collection d'objets sélectionnables.

Remarques

Cette collection est équivalente à la collection retournée par un appel à ISelectionContainer avec un type de sélection d'ALL.La valeur de cette collection est modifiée lorsque le conteneur de sélection a sa méthode d'SelectObjects appelée.

Sécurité .NET Framework

Voir aussi

Référence

SelectionContainer Classe

Microsoft.VisualStudio.Shell, espace de noms