Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the contents of the provided attribute table to the table builder.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
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
)
Parameters
- table
Type: Microsoft.Windows.Design.Metadata.AttributeTable
An existing attribute table.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | table is nulla null reference (Nothing in Visual Basic). |
Remarks
Conflicts are resolved with a last-in-wins strategy.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.