This document is archived and information here might be outdated. Recommended version. |
The style items from the specified style file, in the specified class and category. The style set and category may be blank to return all items.
[Visual Basic .NET] Public Function get_Items ( _ ByVal ClassName As String, _ ByVal styleSet As String, _ ByVal Category As String _ ) As IEnumStyleGalleryItem
[C#] public IEnumStyleGalleryItem get_Items ( string ClassName, string styleSet, string Category );
[C++]
HRESULT get_Items(
BSTR ClassName,
BSTR styleSet,
BSTR Category,
IEnumStyleGalleryItem** Items
);
[C++] Parameters ClassName [in]
ClassName is a parameter of type BSTR styleSet [in]
styleSet is a parameter of type BSTR Category [in]
Category is a parameter of type BSTR Items [out, retval]
Items is a parameter of type IEnumStyleGalleryItem**