Partager via


ODataPathExtensions.GetPathString Méthode

Définition

Surcharges

GetPathString(ODataPath)

Obtenez la représentation sous forme de chaîne du chemin d’url ODataPath de contexte de traduction principale.

GetPathString(IList<ODataPathSegment>)

Obtenez la représentation sous forme de chaîne du chemin d’url ODataPath de contexte de traduction principale.

GetPathString(ODataPath)

Obtenez la représentation sous forme de chaîne du chemin d’url ODataPath de contexte de traduction principale.

public static string GetPathString (this Microsoft.OData.UriParser.ODataPath path);
static member GetPathString : Microsoft.OData.UriParser.ODataPath -> string
<Extension()>
Public Function GetPathString (path As ODataPath) As String

Paramètres

path
ODataPath

Chemin d’accès pour lequel calculer l’ensemble.

Retours

Représentation sous forme de chaîne du chemin d’accès url de contexte.

S’applique à

GetPathString(IList<ODataPathSegment>)

Obtenez la représentation sous forme de chaîne du chemin d’url ODataPath de contexte de traduction principale.

public static string GetPathString (this System.Collections.Generic.IList<Microsoft.OData.UriParser.ODataPathSegment> segments);
static member GetPathString : System.Collections.Generic.IList<Microsoft.OData.UriParser.ODataPathSegment> -> string
<Extension()>
Public Function GetPathString (segments As IList(Of ODataPathSegment)) As String

Paramètres

segments
IList<ODataPathSegment>

Segments de chemin d’accès.

Retours

Représentation sous forme de chaîne du chemin d’accès url de contexte.

S’applique à