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)
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