Compartilhar via


XamlTypeInvoker.UnknownInvoker Propriedade

Definição

Fornece um valor estático que representa um XamlTypeInvoker desconhecido, que não foi totalmente implementado.

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

Valor da propriedade

XamlTypeInvoker

Um valor estático que representa um desconhecido, não totalmente implementado XamlTypeInvoker.

Comentários

Fornecer esse valor para um XamlTypeInvoker parâmetro da API definida por System.Xaml normalmente fará com que o código chamado gere exceções.

Aplica-se a