This document is archived and information here might be outdated. Recommended version. |
The annotation element for the feature.
[Visual Basic .NET] Public Property Annotation As IElement
[C#] public IElement Annotation {get; set;}
[C++]
HRESULT get_Annotation(
IElement** Element
);
[C++]
HRESULT put_Annotation(
IElement* Element
);
[C++] Parameters Element [out, retval]
Element is a parameter of type IElement** Element [in]
Element is a parameter of type IElement*