XamlReader.Type Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas d’implémentation dans une classe dérivée, obtient le XamlType nœud actuel.
public:
abstract property System::Xaml::XamlType ^ Type { System::Xaml::XamlType ^ get(); };
public abstract System.Xaml.XamlType Type { get; }
member this.Type : System.Xaml.XamlType
Public MustOverride ReadOnly Property Type As XamlType
Valeur de propriété
Du XamlType nœud actuel ; ou null, si la position du lecteur actuel n’est pas sur un objet.
Remarques
Les lecteurs de sous-arborescence peuvent appeler Type, avec des restrictions de comportement. Pour plus d’informations, consultez la section « Lecteurs de sous-arborescence » dans XamlReader, ou voir ReadSubtree.