共用方式為


AttributeTableContainer.AddAttributeTable 方法

會將指定的表格加入至目前容器的屬性表格集中。

命名空間:  Microsoft.Windows.Design.Metadata
組件:  Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)

語法

'宣告
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
)

參數

例外狀況

例外狀況 條件
ArgumentNullException

table 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

AttributeTableContainer 類別

Microsoft.Windows.Design.Metadata 命名空間