MetadataStore.AddAttributeTable(AttributeTable) 方法

定义

将给定的表添加到当前 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 的调用将使用新添加的表中定义的特性。 可向特性存储区中添加多个表。 在出现冲突时,将使用最新添加的表中的特性。

适用于