Sdílet prostřednictvím


CodeCondition.GetBoundValue(ActivityBind, Type) Metoda

Definice

Načte Object , že je předmětem 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

Parametry

bind
ActivityBind

Zájem ActivityBind .

targetType
Type

Cíl Type cíle ActivityBind.

Návraty

Object

Svázaná Object s aktivitou .ActivityBind

Výjimky

bind nebo targetType je null.

Platí pro