MetadataStore.AddAttributeTable(AttributeTable) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Adiciona a tabela dada ao armazenamento de atributos do objeto atual 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
A tabela para acrescentar.
Observações
Após a adição da tabela, as chamadas a TypeDescriptor usarão atributos definidos na tabela recém-adicionada. Podem ser adicionadas múltiplas tabelas ao armazenamento de atributos. No caso de conflitos, são usados atributos na tabela adicionada mais recentemente.