SelectionContainer.SelectableObjects Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la collection d'objets sélectionnables.
public:
property System::Collections::ICollection ^ SelectableObjects { System::Collections::ICollection ^ get(); void set(System::Collections::ICollection ^ value); };
public System.Collections.ICollection SelectableObjects { get; set; }
member this.SelectableObjects : System.Collections.ICollection with get, set
Public Property SelectableObjects As ICollection
Valeur de propriété
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 ALL . La valeur de cette collection est modifiée lorsque la méthode du conteneur de sélection est SelectObjects appelée.