共用方式為


ContextItemManager.GetTarget 方法

會傳回委派之目標物件的公用程式方法。

命名空間:  Microsoft.Windows.Design
組件:  Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)

語法

'宣告
Protected Shared Function GetTarget ( _
    callback As Delegate _
) As Object
protected static Object GetTarget(
    Delegate callback
)
protected:
static Object^ GetTarget(
    Delegate^ callback
)
static member GetTarget : 
        callback:Delegate -> Object 
protected static function GetTarget(
    callback : Delegate
) : Object

參數

  • callback
    型別:System.Delegate
    回呼,其目標符合您的需求。

傳回值

型別:System.Object
回呼的目標物件。

例外狀況

例外狀況 條件
ArgumentNullException

callback 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。

備註

如果建立這個委派的目的是要代理 (Proxy) 泛型委派,GetTarget 方法就會正確傳回原始的物件,而非該代理。

.NET Framework 安全性

請參閱

參考

ContextItemManager 類別

Microsoft.Windows.Design 命名空間

ContextItem

SubscribeContextCallback<TContextItemType>

ServiceManager

FeatureManager

其他資源

編輯內容架構

了解 WPF 設計工具擴充性