Partager via


CmsDataFormWebPart.GetXPathNavigator - Méthode

Crée un objet XPathNavigator qui contient les données devant être restitué par le fichier XSL.

Espace de noms :  Microsoft.SharePoint.Publishing.WebControls
Assembly :  Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)

Syntaxe

'Déclaration
Protected Overrides Function GetXPathNavigator ( _
    viewPath As String _
) As XPathNavigator
'Utilisation
Dim viewPath As String
Dim returnValue As XPathNavigator

returnValue = Me.GetXPathNavigator(viewPath)
protected override XPathNavigator GetXPathNavigator(
    string viewPath
)

Paramètres

  • viewPath
    Type : System.String

    Chaîne qui contient le chemin d'accès utilisé pour créer l'objet XPathNavigator .

Valeur renvoyée

Type : System.Xml.XPath.XPathNavigator

Voir aussi

Référence

CmsDataFormWebPart classe

CmsDataFormWebPart - Membres

Microsoft.SharePoint.Publishing.WebControls - Espace de noms