Initializes a new instance of the Application
public ApplicationField(ApplicationFieldFormat format, string typeName, string text, string[] parameters);Public Sub New(ByVal format As ApplicationFieldFormat, ByVal typeName As String, ByVal text As String, ByVal parameters As String())| Parameter | Description |
|---|---|
| format | Specifies the format of the field. The format depends on the application that supports the field. It can be Application |
| type |
Specifies the type name of the field. For example the type name of a Microsoft Word Merge |
| text | Specifies the visible text of the field. |
| parameters | Specifies an array of strings which are the field's parameters. The order and format of the strings depend on the field's format. For example a Microsoft Word Merge |