GlobalTypeCollection Constructor (GlobalTypeCollection^, Boolean)
Visual Studio 2015
Creates a strongly-typed collection of global objects.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- items
-
Type:
Microsoft.VisualStudio.Shell.Design::GlobalTypeCollection^
The objects added to the collection in this overloaded constructor.
- readOnly
-
Type:
System::Boolean
Indicates whether or not the collection may be subsequently modified.
If readOnly is passed as true, the collection cannot be modified. The default value for readOnly if not passed is false.
Show: