XamlTypeInvoker.UnknownInvoker 属性

定义

提供一个静态值,该值表示未完全实现的未知 XamlTypeInvoker

public:
 static property System::Xaml::Schema::XamlTypeInvoker ^ UnknownInvoker { System::Xaml::Schema::XamlTypeInvoker ^ get(); };
public static System.Xaml.Schema.XamlTypeInvoker UnknownInvoker { get; }
static member UnknownInvoker : System.Xaml.Schema.XamlTypeInvoker
Public Shared ReadOnly Property UnknownInvoker As XamlTypeInvoker

属性值

一个静态值,该值表示未完全实现的未知 XamlTypeInvoker

注解

XamlTypeInvoker System.Xaml 定义的 API 的参数提供此值通常会导致调用的代码引发异常。

适用于