Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Usage
'Usage
Dim instance As New ObjectTemplateCallback(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub ObjectTemplateCallback ( _
simpleObject As EnterpriseManagementSimpleObject, _
value As Object _
)
public delegate void ObjectTemplateCallback (
EnterpriseManagementSimpleObject simpleObject,
Object value
)
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.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003