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

この属性が関連付けられているコンポーネントの既定のプロパティ名。

適用対象