StyleCollectionEditor::CreateInstance Method (Type^)
.NET Framework (current version)
Creates a new instance of the specified collection item type.
Assembly: System.Design (in System.Design.dll)
Parameters
- itemType
-
Type:
System::Type^
The type to create an instance of.
Notes to Implementers:
The CreateInstance method should throw an exception if it cannot create a new instance of the specified type.
.NET Framework
Available since 2.0
Available since 2.0
Show: