AttributeTableBuilder.AddCallback(Type, AttributeCallback) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定需要給定之型別的中繼資料時,將叫用的回呼。
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
以提供中繼資料的資訊。