Localization.GetAttributes(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的項目取得 AttributesProperty 附加屬性的值。
public:
static System::String ^ GetAttributes(System::Object ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Object))]
public static string GetAttributes (object element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Object))>]
static member GetAttributes : obj -> string
Public Shared Function GetAttributes (element As Object) As String
參數
傳回
String 值,表示當地語系化屬性。
- 屬性
範例
下列程式碼範例示範如何擷取為按鈕定義的當地語系化屬性。
備註
當地語系化屬性會指定要當地語系化的資源。