CodeCondition.GetBoundValue(ActivityBind, Type) 메서드

정의

Object의 주체인 ActivityBind를 검색합니다.

protected:
 override System::Object ^ GetBoundValue(System::Workflow::ComponentModel::ActivityBind ^ bind, Type ^ targetType);
protected override object GetBoundValue (System.Workflow.ComponentModel.ActivityBind bind, Type targetType);
override this.GetBoundValue : System.Workflow.ComponentModel.ActivityBind * Type -> obj
Protected Overrides Function GetBoundValue (bind As ActivityBind, targetType As Type) As Object

매개 변수

bind
ActivityBind

해당 ActivityBind입니다.

targetType
Type

Type의 대상 ActivityBind입니다.

반환

Object에 의해 활동에 바인딩되는 ActivityBind입니다.

예외

bind 또는 targetTypenull인 경우

적용 대상