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

注解

如果某个特性与生成器中已经包含的另一个特性发生冲突,则最后添加的特性将取代以前的特性。

适用于