This document is archived and information here might be outdated. Recommended version. |
Get the main field.
[Visual Basic .NET] Public Property OutputField As IField
[C#] public IField OutputField {get; set;}
[C++]
HRESULT get_OutputField(
IField** Field
);
[C++]
HRESULT putref_OutputField(
IField* Field
);
[C++] Parameters Field [out, retval]
Field is a parameter of type IField** Field [in]
Field is a parameter of type IField*