XamlMemberInvoker.UnknownInvoker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.