XamlTypeInvoker 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 XamlTypeInvoker 类的新实例。
重载
XamlTypeInvoker() |
初始化 XamlTypeInvoker 类的新实例。 |
XamlTypeInvoker(XamlType) |
基于提供的 XamlTypeInvoker 初始化 XamlType 类的新实例。 |
XamlTypeInvoker()
初始化 XamlTypeInvoker 类的新实例。
protected:
XamlTypeInvoker();
protected XamlTypeInvoker ();
Protected Sub New ()
注解
默认实现为空。
此构造函数在内部调用以提供值 UnknownInvoker。 XamlTypeInvoker对于子类,应使用XamlTypeInvoker(XamlType)签名进行构造,或者提供作为基调用XamlTypeInvoker(XamlType)的替代。 XamlType提供不可变的默认模式XamlTypeInvoker。
适用于
XamlTypeInvoker(XamlType)
基于提供的 XamlTypeInvoker 初始化 XamlType 类的新实例。
public:
XamlTypeInvoker(System::Xaml::XamlType ^ type);
public XamlTypeInvoker (System.Xaml.XamlType type);
new System.Xaml.Schema.XamlTypeInvoker : System.Xaml.XamlType -> System.Xaml.Schema.XamlTypeInvoker
Public Sub New (type As XamlType)
参数
- type
- XamlType
与此 XamlType 相关的特定 XAML 类型的 XamlTypeInvoker 值。
例外
type
为 null
。
注解
此构造函数根据 XamlType 用于构造的位置 XamlTypeInvoker 在内部调用。 type
此处提供与所有其他方法调用XamlTypeInvoker相关。