The Initialize method initializes the CustomTaskUI object with required information.
CustomTaskUI Object |
object.Initialize(pTask)
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Task object |
The Task object is associated with the custom task that is passed into Custom Task UI object.
HRESULT Initialize(IDTSTask *pTask);