XamlTypeInvoker Constructeurs

Définition

Initialise une nouvelle instance de la classe XamlTypeInvoker.

Surcharges

XamlTypeInvoker()

Initialise une nouvelle instance de la classe XamlTypeInvoker.

XamlTypeInvoker(XamlType)

Initialise une nouvelle instance de la classe XamlTypeInvoker en fonction d'un XamlType fourni.

XamlTypeInvoker()

Initialise une nouvelle instance de la classe XamlTypeInvoker.

protected:
 XamlTypeInvoker();
protected XamlTypeInvoker ();
Protected Sub New ()

Remarques

L'implémentation par défaut est vide.

Ce constructeur est appelé en interne pour fournir une valeur pour UnknownInvoker. Pour une XamlTypeInvoker sous-classe, il est attendu que vous utilisiez la signature pour la XamlTypeInvoker(XamlType) construction ou fournissez un remplacement qui appelle XamlTypeInvoker(XamlType) comme base. Fournir les XamlType implémentations d’un modèle par défaut où XamlTypeInvoker il est immuable.

S’applique à

XamlTypeInvoker(XamlType)

Initialise une nouvelle instance de la classe XamlTypeInvoker en fonction d'un XamlType fourni.

public:
 XamlTypeInvoker(System::Xaml::XamlType ^ type);
public XamlTypeInvoker (System.Xaml.XamlType type);
new System.Xaml.Schema.XamlTypeInvoker : System.Xaml.XamlType -> System.Xaml.Schema.XamlTypeInvoker
Public Sub New (type As XamlType)

Paramètres

type
XamlType

Valeur de XamlType pour le type XAML spécifique pertinent à ce XamlTypeInvoker.

Exceptions

type a la valeur null.

Remarques

Ce constructeur est appelé en interne en fonction de l’emplacement XamlType où il est utilisé pour la XamlTypeInvoker construction. Les type éléments fournis ici sont pertinents pour tous les autres appels de méthode pour XamlTypeInvoker.

S’applique à