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 specified table to the set of attribute tables in the current container.
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
)
Parameters
- table
Type: Microsoft.Windows.Design.Metadata.AttributeTable
The attribute table to add.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | table is nulla null reference (Nothing in Visual Basic). |
.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.