Freigeben über


AttributeTableContainer.AddAttributeTable-Methode

Fügt die angegebene Tabelle dem Satz von Attributtabellen im aktuellen Container hinzu.

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

Syntax

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

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

table hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

AttributeTableContainer Klasse

Microsoft.Windows.Design.Metadata-Namespace