Share via


CodeCondition.GetBoundValue(ActivityBind, Type) Méthode

Définition

Récupère le Object qui est le sujet d'une 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

Paramètres

bind
ActivityBind

ActivityBind présentant un intérêt.

targetType
Type

Type de la cible de ActivityBind.

Retours

Object lié à l'activité au moyen de la ActivityBind.

Exceptions

bind ou targetType est null.

S’applique à