SelectionContainer.SelectableObjects Property

Gets the collection of selectable objects.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaração
Public Property SelectableObjects As ICollection
public ICollection SelectableObjects { get; set; }

Property Value

Type: System.Collections.ICollection
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.

.NET Framework Security

See Also

Reference

SelectionContainer Class

Microsoft.VisualStudio.Shell Namespace