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 值,表示本地化特性。

属性

示例

下面的代码示例演示如何检索为按钮定义的本地化属性。

注解

本地化属性指定要本地化的资源。

适用于

另请参阅