NameScopePropertyAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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 名称范围的可附加成员的所有者类型。