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 の呼び出しでは、新しく追加されたテーブルで定義された属性が使用されます。 複数のテーブルを属性ストアに追加できます。 競合が発生した場合は、最後に追加されたテーブルの属性が使用されます。

適用対象