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 또는 targetType .입니다 null.

적용 대상