Freigeben über


AttributeTableBuilder.AddTable(AttributeTable) Methode

Definition

Fügt den Inhalt der bereitgestellten Attributtabelle diesem Generator hinzu.

public:
 void AddTable(System::Activities::Presentation::Metadata::AttributeTable ^ table);
public void AddTable (System.Activities.Presentation.Metadata.AttributeTable table);
member this.AddTable : System.Activities.Presentation.Metadata.AttributeTable -> unit
Public Sub AddTable (table As AttributeTable)

Parameter

table
AttributeTable

Die Quellattributtabelle.

Ausnahmen

table ist null.

Hinweise

Wenn ein Attribut mit einem anderen bereits im Generator enthaltenen Attribut im Konflikt steht, ersetzt das zuletzt hinzugefügte Attribut vorherige Attribute.

Gilt für