ImplicitResourceKey.KeyPrefix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於識別一組屬性的前置詞。
public:
property System::String ^ KeyPrefix { System::String ^ get(); void set(System::String ^ value); };
public string KeyPrefix { get; set; }
member this.KeyPrefix : string with get, set
Public Property KeyPrefix As String
屬性值
String,包含隱含資源運算式的前置詞。
備註
KeyPrefix屬性會將可指派給控制項的屬性集合結合在一起。 KeyPrefix屬性會參考冒號 (:在運算式中 ) 的值(如果有的話),並在第一個期間 (. ) 之前。 例如,假設您有下列形式的隱含資源:
<asp:label runat="server" id="label1" meta:resourcekey="Welcome"
text="Welcome"
ie:text="Welcome Internet Explorer User"
forecolor="blue"/>
此資源包含三個索引鍵(、 Welcome.Text
Ie:Welcome.Text
和 Welcome.Forecolor
),這些金鑰可能具有當地語系化的資源值,可從資源檔或原始程式碼中取出。 每個金鑰都有 "Welcome"
KeyPrefix 值。