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です。

注釈

属性が、既にビルダーに含まれている他の属性と競合する場合は、古い属性が最後に追加された属性に置き換えられます。

適用対象