This document is archived and information here might be outdated. Recommended version. |
The user defined property associated with this element.
[Visual Basic .NET]
Public Property Tag As Object
[C#]
public object Tag {get; set;}
[C++]
HRESULT get_Tag(
VARIANT pTag
);
[C++]
HRESULT put_Tag(
Variant* pTag
);
[C++] Parameters pTag [in]
pTag is a parameter of type VARIANT pTag [out, retval]
pTag is a parameter of type VARIANT*