MetadataStore.AddAttributeTable(AttributeTable) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定資料表新增至目前 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 的呼叫將會使用在新加入之資料表中定義的屬性。 您可以將多個資料表加入至屬性存放區。 如果發生衝突,則會使用最近加入之資料表中的屬性。