This topic has not yet been rated - Rate this topic

SelectionContainer.SelectedObjects Property

Gets or sets the collection of selected objects.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
public ICollection SelectedObjects { get; set; }

Property Value

Type: System.Collections.ICollection
Returns a collection of selected objects.

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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ