This document is archived and information here might be outdated. Recommended version. |
Adds the given fieldinfo to the end of the set.
[Visual Basic .NET] Public Sub Add ( _ ByVal FieldName As String, _ ByVal FieldInfo As IFieldInfo _ )
[C#] public void Add ( string FieldName, IFieldInfo FieldInfo );
[C++]
HRESULT Add(
BSTR FieldName,
IFieldInfo* FieldInfo
);
[C++] Parameters FieldName [in]
FieldName is a parameter of type BSTR FieldInfo [in]
FieldInfo is a parameter of type IFieldInfo*