DefaultPropertyAttribute(String) 构造函数
定义
初始化 DefaultPropertyAttribute 类的新实例。Initializes a new instance of the DefaultPropertyAttribute class.
public:
DefaultPropertyAttribute(System::String ^ name);
public DefaultPropertyAttribute (string name);
new System.ComponentModel.DefaultPropertyAttribute : string -> System.ComponentModel.DefaultPropertyAttribute
Public Sub New (name As String)
参数
- name
- String
该特性所绑定到组件的默认属性的名称。The name of the default property for the component this attribute is bound to.