NameScopePropertyAttribute 생성자

정의

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

오버로드

NameScopePropertyAttribute(String)

지정된 이름을 사용하여 NameScopePropertyAttribute 클래스의 새 인스턴스를 초기화합니다.

NameScopePropertyAttribute(String, Type)

지정한 이름 및 유형을 포함하는 NameScopePropertyAttribute 클래스의 새 인스턴스를 초기화합니다.

NameScopePropertyAttribute(String)

지정된 이름을 사용하여 NameScopePropertyAttribute 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

name
String

XAML 네임스페이스를 제공하는 특성이 지정된 형식의 속성 이름입니다.

적용 대상

NameScopePropertyAttribute(String, Type)

지정한 이름 및 유형을 포함하는 NameScopePropertyAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 NameScopePropertyAttribute(System::String ^ name, Type ^ type);
public NameScopePropertyAttribute (string name, Type type);
new System.Windows.Markup.NameScopePropertyAttribute : string * Type -> System.Windows.Markup.NameScopePropertyAttribute
Public Sub New (name As String, type As Type)

매개 변수

name
String

XAML 이름 범위를 제공하는 연결할 수 있는 멤버의 이름입니다.

type
Type

XAML 이름 범위를 제공하는 연결할 수 있는 멤버의 소유자 형식입니다.

적용 대상