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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.