StaticResourceResolvedEventArgs.ResourceKey 属性

定义

所请求资源的密钥。

public:
 property System::Object ^ ResourceKey { System::Object ^ get(); };
public object ResourceKey { get; }
member this.ResourceKey : obj
Public ReadOnly Property ResourceKey As Object

属性值

所请求资源的密钥。

注解

如果资源是在标记中创建的,则键最初由 x:Key 指令分配;如果在代码中创建资源,则它在调用 System.Windows.ResourceDictionary.Add 方法时将其作为 key 参数提供。

适用于