This document is archived and information here might be outdated. Recommended version. |
The categories within the given class.
[Visual Basic .NET] Public Function get_Categories ( _ ByVal ClassName As String _ ) As IEnumBSTR
[C#] public IEnumBSTR get_Categories ( string ClassName );
[C++]
HRESULT get_Categories(
BSTR ClassName,
IEnumBSTR** Categories
);
[C++]
Parameters ClassName [in]
ClassName is a parameter of type BSTR Categories [out, retval]
Categories is a parameter of type IEnumBSTR**
Returns the item type for the specified Class.