CreateExtension Method
CreateExtension(Type, DesignItem)
Create an extension of the specified type. Is called by the ExtensionManager.
Declaration
public abstract Extension CreateExtension(Type extensionType, DesignItem extendedItem)
Parameters
Type | Name | Description |
---|---|---|
System.Type | extensionType | |
DesignItem | extendedItem |
Returns
Type | Description |
---|---|
Extension |