AttributeTableBuilder.AddCallback(Type, AttributeCallback) 方法

定义

指定在需要给定类型的元数据时调用的回调。

public:
 void AddCallback(Type ^ type, System::Activities::Presentation::Metadata::AttributeCallback ^ callback);
public void AddCallback (Type type, System.Activities.Presentation.Metadata.AttributeCallback callback);
member this.AddCallback : Type * System.Activities.Presentation.Metadata.AttributeCallback -> unit
Public Sub AddCallback (type As Type, callback As AttributeCallback)

参数

type
Type

要由回调提供元数据的类型。

callback
AttributeCallback

回调方法。

注解

首次为 AttributeTable 的特性查询由 CreateTable 返回的 type 时,将调用 callback 来提供元数据信息。

适用于