[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Initializes a new instance of the CreatableEnterpriseManagementObject class from the provided template, with a callback to be invoked when the template is applied to the object instance. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim managementGroup As EnterpriseManagementGroup
Dim template As ManagementPackObjectTemplate
Dim callback As ObjectTemplateCallback

Dim instance As New CreatableEnterpriseManagementObject(managementGroup, template, callback)

Syntax

Visual Basic
Public Sub New ( _
		managementGroup As EnterpriseManagementGroup, _
		template As ManagementPackObjectTemplate, _
		callback As ObjectTemplateCallback _
)
C#
public CreatableEnterpriseManagementObject (
		EnterpriseManagementGroup managementGroup,
		ManagementPackObjectTemplate template,
		ObjectTemplateCallback callback
)
C++
public:
CreatableEnterpriseManagementObject (
		EnterpriseManagementGroup^ managementGroup, 
		ManagementPackObjectTemplate^ template, 
		ObjectTemplateCallback^ callback
)
J#
public CreatableEnterpriseManagementObject (
		EnterpriseManagementGroup managementGroup, 
		ManagementPackObjectTemplate template, 
		ObjectTemplateCallback callback
)
JScript
public function CreatableEnterpriseManagementObject (
		managementGroup : EnterpriseManagementGroup, 
		template : ManagementPackObjectTemplate, 
		callback : ObjectTemplateCallback
)

Parameters

managementGroup

The management group the type created belongs to.

template

The template to create the object instance from.

callback

The callback that allows changing how the template is applied to the object instance.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also