共用方式為


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 以提供中繼資料的資訊。

適用於