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

이 특성이 바인딩되는 구성 요소의 기본 속성 이름입니다.

적용 대상