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

属性的名称。

适用于