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

この属性がバインドされているコンポーネントの既定のプロパティの名前。

適用対象