GlobalObjectCollection 构造函数 (GlobalObjectCollection, Boolean)

初始化全局对象的新实例指定的全局对象集合中指定的读/写访问权。

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

语法

声明
Public Sub New ( _
    items As GlobalObjectCollection, _
    readOnly As Boolean _
)
public GlobalObjectCollection(
    GlobalObjectCollection items,
    bool readOnly
)

参数

  • readOnly
    类型:System.Boolean
    如果无法修改 true,集合。readOnly 的默认值,如果没有通过是 false。

.NET Framework 安全性

请参见

参考

GlobalObjectCollection 类

GlobalObjectCollection 重载

Microsoft.VisualStudio.Shell.Design 命名空间