This document is archived and information here might be outdated.  Recommended version.


IStyleGalleryItem2.Tags Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryItem2 Interface > IStyleGalleryItem2.Tags Property
ArcGIS Developer Help

IStyleGalleryItem2.Tags Property

The tags of the item.

[Visual Basic .NET]
Public Property Tags As String
[C#]
public string Tags {get; set;}
[C++]
HRESULT get_Tags(
  System.String* Tags
);
[C++]
HRESULT put_Tags(
  BSTR Tags
);
[C++]
Parameters
Tags [out, retval]

Tags is a parameter of type BSTR* Tags [in]
Tags is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IStyleGalleryItem2 Interface