This document is archived and information here might be outdated. Recommended version. |
The collection of directions attribute mapping.
[Visual Basic .NET] Public Property AttributeMappings As IArray
[C#] public IArray AttributeMappings {get; set;}
[C++]
HRESULT get_AttributeMappings(
IArray** AttributeMappings
);
[C++]
HRESULT putref_AttributeMappings(
IArray* AttributeMappings
);
[C++] Parameters AttributeMappings [out, retval]
AttributeMappings is a parameter of type IArray** AttributeMappings [in]
AttributeMappings is a parameter of type IArray*