NameScopePropertyAttribute Konstruktoren

Definition

Initialisiert eine neue Instanz der NameScopePropertyAttribute-Klasse.

Überlädt

NameScopePropertyAttribute(String)

Initialisiert eine neue Instanz der NameScopePropertyAttribute-Klasse mit dem angegebenen Namen.

NameScopePropertyAttribute(String, Type)

Initialisiert eine neue Instanz der NameScopePropertyAttribute-Klasse mit dem angegebenen Namen und Typ.

NameScopePropertyAttribute(String)

Initialisiert eine neue Instanz der NameScopePropertyAttribute-Klasse mit dem angegebenen Namen.

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)

Parameter

name
String

Der Name der Eigenschaft des Attributtyps, der den XAML-Namensbereich bereitstellt.

Gilt für:

NameScopePropertyAttribute(String, Type)

Initialisiert eine neue Instanz der NameScopePropertyAttribute-Klasse mit dem angegebenen Namen und Typ.

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)

Parameter

name
String

Der Name des anfügbaren Members, der den XAML-Namensbereich bereitstellt.

type
Type

Der Besitzertyp des anfügbaren Members, der den XAML-Namensbereich bereitstellt.

Gilt für: