MetadataStore.AddAttributeTable(AttributeTable) Method

Definition

Adds the given table to the current AppDomain object's attribute store.

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)

Parameters

table
AttributeTable

The table to add.

Remarks

After the table is added, calls to TypeDescriptor will use attributes defined in the newly added table. Multiple tables can be added to the attribute store. In the case of conflicts, attributes in the most recently added table are used.

Applies to