ResourceExpressionFields.ResourceKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取经过分析的资源表达式的资源键。
public:
property System::String ^ ResourceKey { System::String ^ get(); };
public string ResourceKey { get; }
member this.ResourceKey : string
Public ReadOnly Property ResourceKey As String
属性值
包含资源键的 String;或者如果尚未设置资源键,则为 Empty。
注解
此方法返回已分析资源表达式的资源键。 资源键是在逗号 (后指定的值,) 形式的 <%$ Resources: ClassKey, ResourceKey %>
表达式中。 属性 ResourceKey 标识映射到类键的资源文件中的特定键/值对。 例如,如果名为 Financial.resx 的文件包含名为 的 Currency
键,可以使用资源表达式 <%$ Resources: Financial, Currency %>
指定该值。 分析后,属性 ResourceKey 将返回“Currency”作为其值。
注意
敏感信息不应存储在资源文件中。