次の方法で共有


ContentPropertyAttribute(String) コンストラクター

定義

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

public:
 ContentPropertyAttribute(System::String ^ name);
public ContentPropertyAttribute (string name);
new Microsoft.Maui.Controls.ContentPropertyAttribute : string -> Microsoft.Maui.Controls.ContentPropertyAttribute
Public Sub New (name As String)

パラメーター

name
String

プロパティの名前。

適用対象