DefaultPropertyAttribute(String) 构造函数

定义

初始化 DefaultPropertyAttribute 类的新实例。

public:
 DefaultPropertyAttribute(System::String ^ name);
public DefaultPropertyAttribute(string? name);
public DefaultPropertyAttribute(string name);
new System.ComponentModel.DefaultPropertyAttribute : string -> System.ComponentModel.DefaultPropertyAttribute
Public Sub New (name As String)

参数

name
String

此属性绑定到的组件的默认属性的名称。

适用于