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