This documentation is archived and is not being maintained.

SelectionContainer.SelectableObjects Property

Gets the collection of selectable objects.

This property is not CLS-compliant.  

Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in microsoft.visualstudio.shell.dll)

'Declaration
Public Property SelectableObjects As ICollection
'Usage
Dim instance As SelectionContainer
Dim value As ICollection

value = instance.SelectableObjects

instance.SelectableObjects = value
/** @property */
public ICollection get_SelectableObjects ()

/** @property */
public void set_SelectableObjects (ICollection value)

public function get SelectableObjects () : ICollection

public function set SelectableObjects (value : ICollection)

Property Value

Returns a collection of selectable objects.

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: