Localization.SetAttributes(Object, String) 方法

定义

为指定元素设置 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)

参数

element
Object

一个 Object,表示要设置其附加属性的元素。

attributes
String

一个 String,用于指定本地化特性。

示例

下面的代码示例演示如何设置按钮的本地化属性。

注解

本地化属性指定要本地化的资源。 有关如何定义本地化属性的详细信息,请参阅 本地化属性和注释

适用于

另请参阅