次の方法で共有


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

適用対象