ImplicitResourceKey.Property 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定隱含資源索引鍵的屬性和子屬性 (如果有提供)。
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.Text
、 Ie:Welcome.Text
和 Welcome.Forecolor
,可能具有當地語系化的資源值,可從資源檔或原始程式碼擷取。 這些索引鍵分別具有 Property 、 "Text"
和 "Forecolor"
的值 "Text"
。