NameScopePropertyAttribute Constructeurs

Définition

Initialise une nouvelle instance de la classe NameScopePropertyAttribute.

Surcharges

NameScopePropertyAttribute(String)

Initialise une nouvelle instance de la classe NameScopePropertyAttribute avec le nom spécifié.

NameScopePropertyAttribute(String, Type)

Initialise une nouvelle instance de la classe NameScopePropertyAttribute avec le nom et le type spécifiés.

NameScopePropertyAttribute(String)

Initialise une nouvelle instance de la classe NameScopePropertyAttribute avec le nom spécifié.

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)

Paramètres

name
String

Nom de la propriété du type avec attributs qui fournit la portée de noms XAML.

S’applique à

NameScopePropertyAttribute(String, Type)

Initialise une nouvelle instance de la classe NameScopePropertyAttribute avec le nom et le type spécifiés.

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)

Paramètres

name
String

Nom du membre pouvant être attaché qui fournit la portée de nom XAML.

type
Type

Type de propriétaire du membre pouvant être attaché qui fournit la portée de nom XAML.

S’applique à