The get_RemoveEnabled method returns a value that indicates if the Remove method is supported in this collection.
HRESULT ICatalogCollection:: get_RemoveEnabled(
VARIANT_BOOL* boolRemoveEnabled);
Parameters
boolRemoveEnabled [out]
Boolean value indicating if the Remove method is supported in this collection.
Return Values
S_OK
Method completed successfully.
E_INVALIDARG
Out parameter is NULL.
Remarks
See the Using MTS Collections topic for a list of the MTS collections and their properties.