Udostępnij za pośrednictwem


ODataPath.WalkWith Metoda

Definicja

Przeciążenia

WalkWith(PathSegmentHandler)

Przewodnik po tej ścieżce przy użyciu programu obsługi

WalkWith<T>(PathSegmentTranslator<T>)

Przewodnik po tej ścieżce przy użyciu tłumacza

WalkWith(PathSegmentHandler)

Przewodnik po tej ścieżce przy użyciu programu obsługi

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

Parametry

handler
PathSegmentHandler

procedura obsługi, która zostanie zastosowana do każdego segmentu

Dotyczy

WalkWith<T>(PathSegmentTranslator<T>)

Przewodnik po tej ścieżce przy użyciu tłumacza

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)

Parametry typu

T

zwracany typ tłumacza

Parametry

translator
PathSegmentTranslator<T>

ścieżka tłumaczenia zdefiniowana przez użytkownika

Zwraca

wyliczenie zawierające obiekty zdefiniowane przez użytkownika dla każdego segmentu

Dotyczy