GetAddTabs( [in] BSTR strParentType, [in] BSTR strParentUniqueID, [out, retval] VARIANT* rt)
This function is called when the plugin must provide information about the Add Tabstrips that it requires in an Add situation
Inputs:
strParentType - The node
identifier of the parent to the node being added
strParentUniqueID - The Unique id of the parent to the node being
added
Return value
Variant SafeArray (1,X)
(0,X) = Tab Name
(1,X) = The Tab Type ("CONTENT" for Content type
Tab and "FORM" for form type tab )