IBehaviorCauseCollection::ItemIBehaviorCauseCollection *Item(
VARIANT vt // VT_I4
);
Return Values
This method returns the IBehaviorCauseCollection interface pointer from this BehaviorCauseCollection.
Remarks
The vtVal passed in must be of type VT_I4. It represents the ID of the cause being searched for. If successful, the IBehaviorCauseCollection corresponding to that ID within the current BehaviorCaus Collection is returned.
|