Поделиться через


SelectionContainer.SelectableObjects Property

Gets the collection of selectable objects.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

'Декларация
Public Property SelectableObjects As ICollection
    Get
    Set
'Применение
Dim instance As SelectionContainer
Dim value As ICollection

value = instance.SelectableObjects

instance.SelectableObjects = value
public ICollection SelectableObjects { get; set; }
public:
property ICollection^ SelectableObjects {
    ICollection^ get ();
    void set (ICollection^ value);
}
member SelectableObjects : ICollection with get, set
function get SelectableObjects () : ICollection
function set SelectableObjects (value : ICollection)

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

SelectionContainer Members

Microsoft.VisualStudio.Shell Namespace