Compartir a través de


AttributeTableContainer.AddAttributeTable (Método)

Agrega la tabla especificada al conjunto de tablas de atributos en el contenedor actual.

Espacio de nombres:  Microsoft.Windows.Design.Metadata
Ensamblado:  Microsoft.Windows.Design.Extensibility (en Microsoft.Windows.Design.Extensibility.dll)

Sintaxis

'Declaración
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

Excepciones

Excepción Condición
ArgumentNullException

El valor de table es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

AttributeTableContainer Clase

Microsoft.Windows.Design.Metadata (Espacio de nombres)