MetadataStore.AddAttributeTable(AttributeTable) Metod

Definition

Lägger till den angivna tabellen i det aktuella AppDomain objektets attributarkiv.

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)

Parametrar

table
AttributeTable

Tabellen som ska läggas till.

Kommentarer

När tabellen har lagts till använder anrop till TypeDescriptor attribut som definierats i den nyligen tillagda tabellen. Flera tabeller kan läggas till i attributarkivet. Vid konflikter används attribut i den senast tillagda tabellen.

Gäller för