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 值。