Localization.GetAttributes(Object) メソッド

定義

指定した要素から 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

パラメーター

element
Object

取得する添付プロパティを持つ要素を表す Object

戻り値

ローカリゼーション属性を表す String 値。

属性

次のコード例は、ボタンに対して定義されているローカライズ属性を取得する方法を示しています。

注釈

ローカライズ属性は、ローカライズするリソースを指定します。

適用対象

こちらもご覧ください