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
屬性值
A 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 值。