DefaultBindingPropertyAttribute コンストラクター

定義

DefaultBindingPropertyAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

DefaultBindingPropertyAttribute()

パラメーターを使用せずに DefaultBindingPropertyAttribute クラスの新しいインスタンスを初期化します。

DefaultBindingPropertyAttribute(String)

指定したプロパティ名を使用して、DefaultBindingPropertyAttribute クラスの新しいインスタンスを初期化します。

DefaultBindingPropertyAttribute()

ソース:
DefaultBindingPropertyAttribute.cs
ソース:
DefaultBindingPropertyAttribute.cs
ソース:
DefaultBindingPropertyAttribute.cs

パラメーターを使用せずに DefaultBindingPropertyAttribute クラスの新しいインスタンスを初期化します。

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

注釈

パラメーターなしのコンストラクターは、 プロパティを Namenull設定します。

こちらもご覧ください

適用対象

DefaultBindingPropertyAttribute(String)

ソース:
DefaultBindingPropertyAttribute.cs
ソース:
DefaultBindingPropertyAttribute.cs
ソース:
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 設定します。

こちらもご覧ください

適用対象