SelectionContainer.SelectableObjects 属性

获取可选对象的集合。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Property SelectableObjects As ICollection
public ICollection SelectableObjects { get; set; }

属性值

类型:System.Collections.ICollection
返回可选对象的集合。

备注

此集合与调用返回的集合等效于与 ALL的选择类型的 ISelectionContainer 。 此集合的值,当选择容器包含其调用时,的 SelectObjects 方法更改。

.NET Framework 安全性

请参见

参考

SelectionContainer 类

Microsoft.VisualStudio.Shell 命名空间