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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.