NameScopePropertyAttribute Oluşturucular

Tanım

NameScopePropertyAttribute sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

NameScopePropertyAttribute(String)

Belirtilen adla sınıfının yeni bir örneğini NameScopePropertyAttribute başlatır.

NameScopePropertyAttribute(String, Type)

Belirtilen ad ve türe sahip sınıfın NameScopePropertyAttribute yeni bir örneğini başlatır.

NameScopePropertyAttribute(String)

Belirtilen adla sınıfının yeni bir örneğini NameScopePropertyAttribute başlatır.

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)

Parametreler

name
String

XAML ad kapsamını sağlayan öznitelikli türdeki özelliğin adı.

Şunlara uygulanır

NameScopePropertyAttribute(String, Type)

Belirtilen ad ve türe sahip sınıfın NameScopePropertyAttribute yeni bir örneğini başlatır.

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)

Parametreler

name
String

XAML ad kapsamını sağlayan eklenebilir üyenin adı.

type
Type

XAML ad kapsamını sağlayan eklenebilir üyenin sahip türü.

Şunlara uygulanır