IDesignResourceBehaviorList::Remove

 
HRESULT Remove(
                VARIANT vt   // VT_BSTR, VT_I2, VT_I4, VT_UI4
);
 

Return Values

 
This method returns the HRESULT.
 

Remarks

 
Removes the DesignResourceBehavior matching the variant passed in:
 
  • VT_BSTR - Remove the DesignResourceBehavior by its name
  • VT_I2, VT_I4, VT_UI4 - Remove the DesignResourceBehavior by its index or ID