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 设计器扩展性