共用方式為


MetadataStore.AddAttributeTable(AttributeTable) 方法

定義

將指定資料表新增至目前 AppDomain 物件的屬性存放區。

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

參數

table
AttributeTable

要加入的資料表。

備註

加入資料表之後,TypeDescriptor 的呼叫將會使用在新加入之資料表中定義的屬性。 您可以將多個資料表加入至屬性存放區。 如果發生衝突,則會使用最近加入之資料表中的屬性。

適用於