Método AttributeTableBuilder.AddTable

Adiciona o conteúdo da tabela atributo fornecido para o construtor de tabela.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)

Sintaxe

'Declaração
Public Sub AddTable ( _
    table As AttributeTable _
)
public void AddTable(
    AttributeTable table
)
public:
void AddTable(
    AttributeTable^ table
)
member AddTable : 
        table:AttributeTable -> unit 
public function AddTable(
    table : AttributeTable
)

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

table is nulluma referência nula (Nothing no Visual Basic).

Comentários

Os conflitos são resolvidos com uma estratégia de última no wins.

Segurança do .NET Framework

Consulte também

Referência

AttributeTableBuilder Classe

Namespace Microsoft.Windows.Design.Metadata

AttributeTable

AttributeCallbackBuilder