通过


DefaultBindingPropertyAttribute 构造函数

定义

初始化 DefaultBindingPropertyAttribute 类的新实例。

重载

名称 说明
DefaultBindingPropertyAttribute()

使用无参数初始化类的新实例 DefaultBindingPropertyAttribute

DefaultBindingPropertyAttribute(String)

使用指定的属性名称初始化类的新实例 DefaultBindingPropertyAttribute

DefaultBindingPropertyAttribute()

Source:
DefaultBindingPropertyAttribute.cs
Source:
DefaultBindingPropertyAttribute.cs
Source:
DefaultBindingPropertyAttribute.cs
Source:
DefaultBindingPropertyAttribute.cs
Source:
DefaultBindingPropertyAttribute.cs

使用无参数初始化类的新实例 DefaultBindingPropertyAttribute

public:
 DefaultBindingPropertyAttribute();
public DefaultBindingPropertyAttribute();
Public Sub New ()

注解

无参数构造函数将 Name 属性设置为 null.

另请参阅

适用于

DefaultBindingPropertyAttribute(String)

Source:
DefaultBindingPropertyAttribute.cs
Source:
DefaultBindingPropertyAttribute.cs
Source:
DefaultBindingPropertyAttribute.cs
Source:
DefaultBindingPropertyAttribute.cs
Source:
DefaultBindingPropertyAttribute.cs

使用指定的属性名称初始化类的新实例 DefaultBindingPropertyAttribute

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

参数

name
String

默认绑定属性的名称。

注解

此构造函数将 Name 属性设置为参数的值 name

另请参阅

适用于