Compartir a través de


AttributeTableBuilder.AddTable (Método)

Agrega el contenido de la tabla de atributos proporcionada al generador de la tabla.

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

Sintaxis

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

Excepciones

Excepción Condición
ArgumentNullException

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

Comentarios

Los conflictos se resuelven con una estrategia de prevalencia del último en llegar.

Seguridad de .NET Framework

Vea también

Referencia

AttributeTableBuilder Clase

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

AttributeTable

AttributeCallbackBuilder