ControlTemplate 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ControlTemplate 类的新实例。
重载
ControlTemplate() |
初始化 ControlTemplate 类的新实例。 |
ControlTemplate(Type) |
使用指定的目标类型初始化 ControlTemplate 类的新实例。 |
ControlTemplate()
初始化 ControlTemplate 类的新实例。
public:
ControlTemplate();
public ControlTemplate ();
Public Sub New ()
适用于
ControlTemplate(Type)
使用指定的目标类型初始化 ControlTemplate 类的新实例。
public:
ControlTemplate(Type ^ targetType);
public ControlTemplate (Type targetType);
new System.Windows.Controls.ControlTemplate : Type -> System.Windows.Controls.ControlTemplate
Public Sub New (targetType As Type)
参数
- targetType
- Type
此模板的目标类型。