DependencyObject.GetBoundValue(ActivityBind, Type) Yöntem

Tanım

Objectkonusu olan ActivityBind alır.

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

Parametreler

targetType
Type

Type hedefinin ActivityBind.

Döndürülenler

bir Object öğesinin konusudur ActivityBind.

Özel durumlar

bind null başvurudur (Visual Basic Nothing).

-veya-

targetType null başvurudur (Nothing).

Açıklamalar

bir Object öğesinin konusudur ActivityBind. Türetilmiş bir sınıfta geçersiz kılındığında, belirtilen bağlamanın çözümlenme şeklini özelleştirmek için bu yöntem kullanılabilir.

Şunlara uygulanır