This document is archived and information here might be outdated. Recommended version. |
The set of Subtypes.
[Visual Basic .NET] Public Property Subtypes As IArray
[C#] public IArray Subtypes {get; set;}
[C++]
HRESULT get_Subtypes(
IArray** Subtypes
);
[C++]
HRESULT putref_Subtypes(
IArray* Subtypes
);
[C++] Parameters Subtypes [out, retval]
Subtypes is a parameter of type IArray** Subtypes [in]
Subtypes is a parameter of type IArray*