Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides a location to define a single initialization argument for a content formatter.
Syntax
<NotificationClasses>
<NotificationClass>
...
<ContentFormatter>
...
<Arguments>
<Argument>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type |
None. |
Default value |
None. |
Occurrence |
Required one or more times per Arguments element. |
Updates |
Can be added and deleted when updating the application. |
Hinweise
The distributor passes the argument name and value to the content formatter's Initialize() method.
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
Beispiel
The following example shows an Argument element. Its child elements set the value for the XsltFileName argument used by the standard XSLT content formatter.
<Argument>
<Name>XsltFileName</Name>
<Value>StockTransform.xsl</Value>
</Argument>
Siehe auch
Verweis
Application Definition File Reference
Andere Ressourcen
Konfigurieren von Inhaltsformatierern
Aktualisieren von Instanzen und Anwendungen