This document is archived and information here might be outdated. Recommended version. |
Currently active renderer field.
[Visual Basic .NET]
Public Property Field As String
[C#]
public string Field {get; set;}
[C++]
HRESULT get_Field(
BSTR pField
);
[C++]
HRESULT put_Field(
System.String* pField
);
[C++] Parameters pField [in]
pField is a parameter of type BSTR pField [out, retval]
pField is a parameter of type BSTR*