共用方式為


ImplicitResourceKey 類別

定義

包含識別隱含資源索引鍵的欄位。

public ref class ImplicitResourceKey sealed
public sealed class ImplicitResourceKey
type ImplicitResourceKey = class
Public NotInheritable Class ImplicitResourceKey
繼承
ImplicitResourceKey

備註

ImplicitResourceKey類別包含可識別隱含資源索引鍵的欄位。

隱含資源會以下列格式指派給控制項:

<asp:label runat="server" id="label1" meta:resourcekey="Welcome"  
    text="Welcome"   
      ie:text="Welcome Internet Explorer User"    
    forecolor="blue"/>    

在頁面剖析期間,隱含的資源會以 [filter:]前置 詞的形式轉換成明確的索引鍵。屬性[.子屬性]。 在上述範例中,具有指定前置詞 (的任何資源值,) 的前置詞 Welcome 會指派給相符的控制項屬性。 例如,假設下列索引鍵的值存在於資源檔或原始程式碼中:

Welcome.Text

Ie:Welcome.Text

Welcome.Forecolor

這些值會指派給其各自的控制項屬性。

隱含資源金鑰只能參考本機資源。

建構函式

ImplicitResourceKey()

初始化 ImplicitResourceKey 類別的新執行個體。

ImplicitResourceKey(String, String, String)

使用 ImplicitResourceKeyFilterKeyPrefix 屬性的指定值,初始化 Property 類別的新執行個體。

屬性

Filter

取得或設定隱含資源索引鍵的篩選值。

KeyPrefix

取得或設定用於識別一組屬性的前置詞。

Property

取得或設定隱含資源索引鍵的屬性和子屬性 (如果有提供)。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於

另請參閱