NameScopePropertyAttribute Konstruktoren

Definition

Initialisiert eine neue Instanz der NameScopePropertyAttribute-Klasse.

Überlädt

Name Beschreibung
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 für den attributten Typ, der den XAML-NameScope 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ügenden Elements, das den XAML-Namensbereich bereitstellt.

type
Type

Der Besitzertyp des anfügenden Elements, das den XAML-Namensbereich bereitstellt.

Gilt für: