Partager via


XamlXmlReader.Type Propriété

Définition

Obtient le XamlType nœud actuel.

public:
 virtual property System::Xaml::XamlType ^ Type { System::Xaml::XamlType ^ get(); };
public override System.Xaml.XamlType Type { get; }
member this.Type : System.Xaml.XamlType
Public Overrides ReadOnly Property Type As XamlType

Valeur de propriété

Du XamlType nœud actuel ; ou null, si la position n’est pas sur un objet.

Remarques

Cette propriété a uniquement un résultat non null si la NodeType position actuelle est StartObject.

S’applique à

Voir aussi