共用方式為


ImplicitResourceKey.Property 屬性

定義

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

public:
 property System::String ^ Property { System::String ^ get(); void set(System::String ^ value); };
public string Property { get; set; }
member this.Property : string with get, set
Public Property Property As String

屬性值

String,包含隱含資源運算式的屬性和子屬性。

備註

屬性 Property 指定要當地語系化的控制項屬性。 屬性 Property 會參考運算式中第一個期間 (.) 之後的值。 例如,假設您有下列形式的隱含資源:

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

此資源包含三個索引鍵 Welcome.TextIe:Welcome.TextWelcome.Forecolor ,可能具有當地語系化的資源值,可從資源檔或原始程式碼擷取。 這些索引鍵分別具有 Property"Text""Forecolor" 的值 "Text"

適用於