XamlTypeInvoker 构造函数

定义

初始化 XamlTypeInvoker 类的新实例。

重载

XamlTypeInvoker()

初始化 XamlTypeInvoker 类的新实例。

XamlTypeInvoker(XamlType)

基于提供的 XamlTypeInvoker 初始化 XamlType 类的新实例。

XamlTypeInvoker()

初始化 XamlTypeInvoker 类的新实例。

protected:
 XamlTypeInvoker();
protected XamlTypeInvoker ();
Protected Sub New ()

注解

默认实现为空。

此构造函数在内部调用以提供值 UnknownInvokerXamlTypeInvoker对于子类,应使用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 值。

例外

typenull

注解

此构造函数根据 XamlType 用于构造的位置 XamlTypeInvoker 在内部调用。 type此处提供与所有其他方法调用XamlTypeInvoker相关。

适用于