SchemaElementNameAttribute(String) 构造函数

定义

初始化 SchemaElementNameAttribute 类的新实例。

public:
 SchemaElementNameAttribute(System::String ^ value);
public SchemaElementNameAttribute (string value);
new System.Web.UI.Design.Directives.SchemaElementNameAttribute : string -> System.Web.UI.Design.Directives.SchemaElementNameAttribute
Public Sub New (value As String)

参数

value
String

名称值。

适用于