共用方式為


AttributeTableBuilder.AddTable(AttributeTable) 方法

定義

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

public:
 void AddTable(System::Activities::Presentation::Metadata::AttributeTable ^ table);
public void AddTable (System.Activities.Presentation.Metadata.AttributeTable table);
member this.AddTable : System.Activities.Presentation.Metadata.AttributeTable -> unit
Public Sub AddTable (table As AttributeTable)

參數

table
AttributeTable

來源屬性表格。

例外狀況

tablenull

備註

如果某個屬性與已經包含在產生器中的其他屬性發生衝突,加入的最後一個屬性會取代先前的屬性。

適用於