MetadataStore.AddAttributeTable(AttributeTable) Método

Definición

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

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

Tabla que se va a agregar.

Comentarios

Una vez agregada la tabla, las llamadas a TypeDescriptor usarán atributos definidos en la tabla recién agregada. Se pueden agregar varias tablas al almacén de atributos. En el caso de conflictos, se usan atributos de la tabla agregada más recientemente.

Se aplica a