UnresolvedPathSegment.TranslateWith<T> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Traduire une UnresolvedPathSegment implémentation de PathSegmentTranslator<T>
public override T TranslateWith<T> (Microsoft.OData.UriParser.PathSegmentTranslator<T> translator);
override this.TranslateWith : Microsoft.OData.UriParser.PathSegmentTranslator<'T> -> 'T
Public Overrides Function TranslateWith(Of T) (translator As PathSegmentTranslator(Of T)) As T
Paramètres de type
- T
Type retourné par le traducteur après avoir visité ce jeton.
Paramètres
- translator
- PathSegmentTranslator<T>
Implémentation de l'interface du traducteur.
Retours
T
Objet dont le type est déterminé par le paramètre de type du traducteur.