共用方式為


AttributeTableBuilder.AddTable 方法

會將所提供屬性表格的內容加入至表格產生器。

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

語法

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

參數

例外狀況

例外狀況 條件
ArgumentNullException

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

備註

以「後進寫入」(Last-in-Wins) 的策略解決衝突。

.NET Framework 安全性

請參閱

參考

AttributeTableBuilder 類別

Microsoft.Windows.Design.Metadata 命名空間

AttributeTable

AttributeCallbackBuilder