AttributeTableBuilder.CreateTable 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立屬性表格,其中包含透過 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。
備註
此表格是屬性產生器目前狀態的快照集;後續 AddCustomAttributes 呼叫所加入的任何屬性都不包含在此表格中。
如果使用回呼方法宣告屬性,這些屬性將不會在 CreateTable 期間進行評估。 但是,此表格將包含這些回呼,並在需要時進行評估。