Sdílet prostřednictvím


MetadataStore.AddAttributeTable(AttributeTable) Metoda

Definice

Přidá danou tabulku do AppDomain úložiště atributů aktuálního objektu.

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)

Parametry

table
AttributeTable

Tabulka, která se má přidat

Poznámky

Po přidání tabulky volání TypeDescriptor budou používat atributy definované v nově přidané tabulce. Do úložiště atributů lze přidat více tabulek. V případě konfliktů se používají atributy v naposledy přidané tabulce.

Platí pro