NameScopePropertyAttribute 构造函数

定义

初始化 NameScopePropertyAttribute 类的新实例。

重载

NameScopePropertyAttribute(String)

用指定的名称初始化 NameScopePropertyAttribute 类的新实例。

NameScopePropertyAttribute(String, Type)

使用指定的名称和类型初始化 NameScopePropertyAttribute 类的新实例。

NameScopePropertyAttribute(String)

用指定的名称初始化 NameScopePropertyAttribute 类的新实例。

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)

参数

name
String

提供 XAML 名称范围的特性化类型上属性的名称。

适用于

NameScopePropertyAttribute(String, Type)

使用指定的名称和类型初始化 NameScopePropertyAttribute 类的新实例。

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)

参数

name
String

提供 XAML 名称范围的可附加成员的名称。

type
Type

提供 XAML 名称范围的可附加成员的所有者类型。

适用于