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 过程中不会对这些方法进行计算。 不过,此表将包含那些回调,在需要时对它们进行计算。

适用于