Localization.SetAttributes(Object, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定指定之項目的 AttributesProperty 附加屬性。
public:
static void SetAttributes(System::Object ^ element, System::String ^ attributes);
public static void SetAttributes (object element, string attributes);
static member SetAttributes : obj * string -> unit
Public Shared Sub SetAttributes (element As Object, attributes As String)
參數
範例
下列程式碼範例示範如何設定按鈕的當地語系化屬性。
備註
當地語系化屬性會指定要當地語系化的資源。 如需如何定義當地語系化屬性的詳細資訊,請參閱 當地語系化屬性和批註。