Partager via


ODataPath.WalkWith Méthode

Définition

Surcharges

WalkWith(PathSegmentHandler)

Parcourt ce chemin d'accès à l'aide d'un gestionnaire

WalkWith<T>(PathSegmentTranslator<T>)

Parcourt ce chemin d'accès à l'aide d'un traducteur

WalkWith(PathSegmentHandler)

Parcourt ce chemin d'accès à l'aide d'un gestionnaire

public void WalkWith (Microsoft.OData.UriParser.PathSegmentHandler handler);
member this.WalkWith : Microsoft.OData.UriParser.PathSegmentHandler -> unit
Public Sub WalkWith (handler As PathSegmentHandler)

Paramètres

handler
PathSegmentHandler

Gestionnaire qui sera appliqué à chaque segment

S’applique à

WalkWith<T>(PathSegmentTranslator<T>)

Parcourt ce chemin d'accès à l'aide d'un traducteur

public System.Collections.Generic.IEnumerable<T> WalkWith<T> (Microsoft.OData.UriParser.PathSegmentTranslator<T> translator);
member this.WalkWith : Microsoft.OData.UriParser.PathSegmentTranslator<'T> -> seq<'T>
Public Function WalkWith(Of T) (translator As PathSegmentTranslator(Of T)) As IEnumerable(Of T)

Paramètres de type

T

Type de retour du traducteur

Paramètres

translator
PathSegmentTranslator<T>

Chemin d'accès de traduction défini par l'utilisateur

Retours

Énumérable contenant les objets définis par l'utilisateur pour chaque segment

S’applique à