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

콜백 메서드입니다.

설명

메타데이터 정보를 제공하기 위해 반환된 CreateTable 특성 typecallback 이 처음으로 AttributeTable 호출됩니다.

적용 대상