This document is archived and information here might be outdated. Recommended version. |
Model iteration element.
[Visual Basic .NET] Public Property IterationElement As IMdElement
[C#] public IMdElement IterationElement {get; set;}
[C++]
HRESULT get_IterationElement(
IMdElement** ppElement
);
[C++]
HRESULT putref_IterationElement(
IMdElement* ppElement
);
[C++] Parameters ppElement [out, retval]
ppElement is a parameter of type IMdElement** ppElement [in]
ppElement is a parameter of type IMdElement*