MetadataStore.AddAttributeTable(AttributeTable) Methode

Definition

Fügt die angegebene Tabelle zum Attributspeicher des aktuellen AppDomain Objekts hinzu.

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

Parameter

table
AttributeTable

Die hinzuzufügende Tabelle.

Hinweise

Nachdem die Tabelle hinzugefügt wurde, verwenden Aufrufe TypeDescriptor Attribute, die in der neu hinzugefügten Tabelle definiert sind. Dem Attributspeicher können mehrere Tabellen hinzugefügt werden. Bei Konflikten werden Attribute in der zuletzt hinzugefügten Tabelle verwendet.

Gilt für: