This document is archived and information here might be outdated. Recommended version. |
Adds a field to this object class.
[Visual Basic .NET] Public Sub AddField ( _ ByVal Field As IField _ )
[C#] public void AddField ( IField Field );
[C++]
HRESULT AddField(
IField* Field
);
[C++] Parameters Field [in]
Field is a parameter of type IField*