XamlXmlReader.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.
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.