ObjectTemplateCallback Delegate

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the method that allows users to change how a template is applied to an object.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Dim instance As New ObjectTemplateCallback(AddressOf HandlerMethod)

public delegate void ObjectTemplateCallback (
	EnterpriseManagementSimpleObject^ simpleObject, 
	Object^ value
)
/** @delegate */
public delegate void ObjectTemplateCallback (
	EnterpriseManagementSimpleObject simpleObject, 
	Object value
)

Parameters

simpleObject

The simple object to apply the value to.

value

The value.

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003
Show: