SelectionContainer.SelectableObjects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.