共用方式為


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 期間進行評估。 但是,此表格將包含這些回呼,並在需要時進行評估。

適用於