Partager via


XmlDataSourceDesigner.XPath Propriété

Définition

Obtient ou définit une requête XPath à appliquer aux données XML contenues par la propriété Data ou par le fichier XML indiqué par la propriété DataFile.

public:
 property System::String ^ XPath { System::String ^ get(); void set(System::String ^ value); };
public string XPath { get; set; }
member this.XPath : string with get, set
Public Property XPath As String

Valeur de propriété

Requête XPath.

Remarques

La Transform propriété ombrage la même propriété dans le contrôle associé et est destinée à une utilisation interne uniquement.

S’applique à

Voir aussi