RuntimeNamePropertyAttribute(String) 생성자

정의

RuntimeNamePropertyAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 RuntimeNamePropertyAttribute(System::String ^ name);
public RuntimeNamePropertyAttribute (string name);
new System.Windows.Markup.RuntimeNamePropertyAttribute : string -> System.Windows.Markup.RuntimeNamePropertyAttribute
Public Sub New (name As String)

매개 변수

name
String

클래스와 동일한 x:Name 으로 사용할 속성의 이름입니다.

설명

지정된 속성은 형식 String 이어야 하며 get 및 set 액세스 권한이 있어야 합니다.

적용 대상