DefaultBindingPropertyAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DefaultBindingPropertyAttribute クラスの新しいインスタンスを初期化します。
オーバーロード
DefaultBindingPropertyAttribute() |
パラメーターを使用せずに DefaultBindingPropertyAttribute クラスの新しいインスタンスを初期化します。 |
DefaultBindingPropertyAttribute(String) |
指定したプロパティ名を使用して、DefaultBindingPropertyAttribute クラスの新しいインスタンスを初期化します。 |
DefaultBindingPropertyAttribute()
パラメーターを使用せずに DefaultBindingPropertyAttribute クラスの新しいインスタンスを初期化します。
public:
DefaultBindingPropertyAttribute();
public DefaultBindingPropertyAttribute ();
Public Sub New ()
注釈
パラメーターなしのコンストラクターは、 プロパティを Name に null
設定します。
こちらもご覧ください
適用対象
DefaultBindingPropertyAttribute(String)
指定したプロパティ名を使用して、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
設定します。
こちらもご覧ください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET