共用方式為


LoadResourcesCallback 委派

在必須尋找指定之索引鍵的資源時使用。

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

語法

'宣告
Public Delegate Function LoadResourcesCallback As ResourceDictionary
public delegate ResourceDictionary LoadResourcesCallback()
public delegate ResourceDictionary^ LoadResourcesCallback()
type LoadResourcesCallback = 
    delegate of unit -> ResourceDictionary
JScript 不支援委派。

傳回值

型別:System.Windows.ResourceDictionary
要插入預設主題字典中的 ResourceDictionary

請參閱

參考

Microsoft.Windows.Design.Interaction 命名空間

AdornerResources

其他資源

WPF 設計工具擴充性