SelectionContainer.SelectableObjects Property

Definition

Gets the collection of selectable objects.

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

Property Value

Returns a collection of selectable objects.

Remarks

This collection is equivalent to the collection returned by a call to ISelectionContainer with a selection type of ALL. The value of this collection is changed when the selection container has its SelectObjects method called.

Applies to