DependencyObject.GetBoundValue(ActivityBind, Type) 方法

定義

擷取 Object主旨的 ActivityBind

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

參數

targetType
Type

TypeActivityBind

傳回

Object 是 的主體 ActivityBind

例外狀況

是一個空參考()。

-或-

targetType 是一個空參考(Nothing)。

備註

Object 是 的主體 ActivityBind。 當在衍生類別中覆寫時,此方法可用來自訂指定綁定的解析方式。

適用於