NameScopePropertyAttribute 생성자

정의

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

오버로드

Name Description
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 이름 범위를 제공하는 연결 가능한 멤버의 소유자 유형입니다.

적용 대상