ODataPathSegment.TranslateWith<T> Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Tradurre un ODataPathSegment oggetto usando un'implementazione diPathSegmentTranslator<T> .
public abstract T TranslateWith<T> (Microsoft.OData.UriParser.PathSegmentTranslator<T> translator);
abstract member TranslateWith : Microsoft.OData.UriParser.PathSegmentTranslator<'T> -> 'T
Public MustOverride Function TranslateWith(Of T) (translator As PathSegmentTranslator(Of T)) As T
Parametri di tipo
- T
Digitare che il traduttore restituirà dopo aver visitato questo token.
Parametri
- translator
- PathSegmentTranslator<T>
Implementazione dell'interfaccia del convertitore.
Restituisce
T
Oggetto il cui tipo viene determinato dal parametro di tipo del convertitore.