AttributeTableBuilder.AddTable(AttributeTable) Metod

Definition

Lägger till innehållet i den angivna attributtabellen i den här byggaren.

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)

Parametrar

table
AttributeTable

Källattributtabellen.

Undantag

table är null.

Kommentarer

Om ett attribut står i konflikt med ett annat attribut som redan ingår i byggaren ersätter det senast tillagda attributet tidigare attribut.

Gäller för