This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryItem Interface > IStyleGalleryItem.Item Property (ArcObjects .NET 10.5 SDK) |
The symbol or map element to be stored in the Style Gallery item.
[Visual Basic .NET] Public Property Item As Object
[C#] public object Item {get; set;}
[C++]
HRESULT get_Item(
LPUNKNOWN* Item
);
[C++]
HRESULT put_Item(
LPUNKNOWN Item
);
[C++]
Parameters Item [out, retval] Item is a parameter of type LPUNKNOWN Item [in] Item is a parameter of type LPUNKNOWN