SelectionContainer::SelectableObjects Property
Visual Studio 2015
Gets the collection of selectable objects.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property ICollection^ SelectableObjects { ICollection^ get(); void set(ICollection^ value); }
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.
Show: