ImplicitResourceKey.Filter 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置隐式资源键的筛选器值。
public:
property System::String ^ Filter { System::String ^ get(); void set(System::String ^ value); };
public string Filter { get; set; }
member this.Filter : string with get, set
Public Property Filter As String
属性值
一个 String,它包含隐式资源表达式的筛选器值。
注解
Filter属性引用的值在表达式中的冒号 (: ) 之前。 例如,假设您有一个采用以下形式的隐式资源:
<asp:label runat="server" id="label1" meta:resourcekey="Welcome"
text="Welcome"
ie:text="Welcome Internet Explorer User"
forecolor="blue"/>
此资源包含三个键,它们可能具有要从资源文件或源代码中检索的本地化资源值。 其中一项是 Ie:Welcome.Text
,其中 "Ie" 是 Filter 值。