다음을 통해 공유


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

속성의 이름입니다.

적용 대상