IMinutesFieldManager.AddField Method

Creates and adds a new field.
Function AddField( _ 
ByVal mnemonic As String, _ 
ByVal name As String
) As IMinutesField
This language is not supported or no code example is available.
IMinutesField AddField( 
string mnemonic
string name 
)
This language is not supported or no code example is available.

Parameters

mnemonic
string

The mnemonic of the field to be created.

name
string

The name of the field to be created.

Return Value

IMinutesField

The newly created field.

Exception type Condition

ArgumentException

A field with the same mnemonic already exists.

ArgumentNullException

The mnemonic or name is null reference (Nothing in Visual Basic).

InvalidOperationException

This fields manager is for a set of fields. Fields cannot be added to a set of fields.

Version
 
Available since QDV 7.16.585.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition