This document is archived and information here might be outdated. Recommended version. |
The event�s field names whose values will be used generate text when rendering.
[Visual Basic .NET] Public Property FieldNames As IStringArray
[C#] public IStringArray FieldNames {get; set;}
[C++]
HRESULT get_FieldNames(
IStringArray** pVal
);
[C++]
HRESULT putref_FieldNames(
IStringArray* pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type IStringArray** pVal [in]
pVal is a parameter of type IStringArray*