Aracılığıyla paylaş


CodeCondition.GetBoundValue(ActivityBind, Type) Yöntem

Tanım

Object bir öğesinin konusu olan öğesini ActivityBindalır.

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

Parametreler

bind
ActivityBind

İlgi ActivityBind alanı.

targetType
Type

Type hedefinin ActivityBind.

Döndürülenler

Object

etkinliğiyle Object ilişkilidir ActivityBind.

Özel durumlar

bind veya targetType şeklindedir null.

Şunlara uygulanır