SmartTag.XML 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.
Retourne une valeur de type String représentant un exemple du code XML qui serait passé au gestionnaire d’actions.
public:
property System::String ^ XML { System::String ^ get(); };
public string XML { get; }
Public ReadOnly Property XML As String