AttributeTableBuilder.CreateTable メソッド

定義

AddCustomAttributes(Type, Attribute[]) の呼び出しを通して提供されるすべての属性定義が含まれる属性テーブルを作成します。

public:
 System::Activities::Presentation::Metadata::AttributeTable ^ CreateTable();
public System.Activities.Presentation.Metadata.AttributeTable CreateTable ();
member this.CreateTable : unit -> System.Activities.Presentation.Metadata.AttributeTable
Public Function CreateTable () As AttributeTable

戻り値

AttributeTable

メタデータ ストアに渡すことができる AttributeTable

注釈

このテーブルは、属性ビルダーの現在の状態のスナップショットです。後で AddCustomAttributes を呼び出して追加された属性は、このテーブルには反映されません。

属性の宣言時にコールバック メソッドが使用された場合、CreateTable においてはこれらのメソッドは評価されません。 代わりに、これらのコールバックはテーブルに格納されて、必要に応じて評価されます。

適用対象