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

콜백 메서드입니다.

설명

에서 반환 CreateTableAttributeTable 가 에 대한 특성을 typecallback 쿼리할 때 메타데이터 정보를 제공하기 위해 가 호출됩니다.

적용 대상