Compartir a través de


MetadataStore.AddAttributeTable(AttributeTable) Método

Definición

Agrega la tabla indicada al almacén de atributos del objeto AppDomain actual.

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)

Parámetros

table
AttributeTable

La tabla que se desea agregar.

Comentarios

Una vez agregada la tabla, las llamadas a TypeDescriptor usarán los atributos definidos en dicha tabla. Se pueden agregar varias tablas al almacén de atributos. En el caso de que se produzcan conflictos, se usarán los atributos de la última tabla que se ha agregado.

Se aplica a