Metodo AttributeTableContainer.AddAttributeTable

Aggiunge la tabella specificata al set di tabelle degli attributi nel contenitore corrente.

Spazio dei nomi:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Eccezioni

Eccezione Condizione
ArgumentNullException

table è nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AttributeTableContainer Classe

Spazio dei nomi Microsoft.Windows.Design.Metadata