AttributeTableBuilder.AddTable(AttributeTable) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將所提供之屬性表格的內容加入至此產生器。
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
來源屬性表格。
例外狀況
table
為 null
。
備註
如果某個屬性與已經包含在產生器中的其他屬性發生衝突,加入的最後一個屬性會取代先前的屬性。