XamlMemberInvoker.UnknownInvoker Property

Definition

Provides a static value that represents an unknown, not fully implemented XamlMemberInvoker.

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

Property Value

A static value that represents an unknown, not fully implemented XamlMemberInvoker.

Remarks

Supplying this value for a XamlMemberInvoker parameter of System.Xaml defined API will typically cause the called code to throw exceptions.

Applies to