Sdílet prostřednictvím


NameScopePropertyAttribute Konstruktory

Definice

Inicializuje novou instanci NameScopePropertyAttribute třídy .

Přetížení

NameScopePropertyAttribute(String)

Inicializuje novou instanci NameScopePropertyAttribute třídy se zadaným názvem.

NameScopePropertyAttribute(String, Type)

Inicializuje novou instanci NameScopePropertyAttribute třídy se zadaným názvem a typem.

NameScopePropertyAttribute(String)

Inicializuje novou instanci NameScopePropertyAttribute třídy se zadaným názvem.

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)

Parametry

name
String

Název vlastnosti u atributu typu, který poskytuje xaml namescope.

Platí pro

NameScopePropertyAttribute(String, Type)

Inicializuje novou instanci NameScopePropertyAttribute třídy se zadaným názvem a typem.

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)

Parametry

name
String

Název připojitelného členu, který poskytuje obor názvů XAML.

type
Type

Typ vlastníka připojitelného členu, který poskytuje obor názvů XAML.

Platí pro