共用方式為


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

屬性的名稱。

適用於