MobileControl.SetAttribute(String, String) 方法

定义

指定分配给 MobileControl 对象的特性及其值。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

protected:
 void SetAttribute(System::String ^ name, System::String ^ value);
protected void SetAttribute (string name, string value);
member this.SetAttribute : string * string -> unit
Protected Sub SetAttribute (name As String, value As String)

参数

name
String

一个 String,表示要设置的特性的键。

value
String

一个 String,将作为特性的值分配。

注解

通过调用 SetAttribute 方法设置的属性存储在 属性中 CustomAttributes

适用于

另请参阅