Método AttributeTableContainer.AddAttributeTable

Adiciona a tabela especificada para o conjunto de tabelas de atributo no contêiner atual.

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

Sintaxe

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

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

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

Segurança do .NET Framework

Consulte também

Referência

AttributeTableContainer Classe

Namespace Microsoft.Windows.Design.Metadata