This document is archived and information here might be outdated. Recommended version. |
Tags of the item.
[Visual Basic .NET] Public Property Tags As IStringArray
[C#] public IStringArray Tags {get; set;}
[C++]
HRESULT get_Tags(
IStringArray** ppTags
);
[C++]
HRESULT put_Tags(
IStringArray* ppTags
);
[C++] Parameters ppTags [out, retval]
ppTags is a parameter of type IStringArray** ppTags [in]
ppTags is a parameter of type IStringArray*