IDesignResourceBehaviorList::AddIDesignResourceBehavior *Add(
VARIANT varVal // VT_BSTR
);
Return ValuesThis method returns an IDesignResourceBehavior pointer from the IDesignResourceBehaviorList .
RemarksCurrently, the varVal parameter must be a VT_BSTR that is the name for the DesignResourceBehavior to be added.
|