SelectionContainer.SelectableObjects Propriété

Définition

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é

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 ALL . La valeur de cette collection est modifiée lorsque la méthode du conteneur de sélection est SelectObjects appelée.

S’applique à