Compartir a través de


XamlTypeInvoker.UnknownInvoker Propiedad

Definición

Proporciona un valor estático que representa un objeto XamlTypeInvoker desconocido y no implementado totalmente.

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

Valor de propiedad

Un valor estático que representa un objeto XamlTypeInvoker desconocido y no implementado totalmente.

Comentarios

Proporcionar este valor para un XamlTypeInvoker parámetro de la API definida por System.Xaml normalmente hará que el código llamado produzca excepciones.

Se aplica a