BatchSegment.TranslateWith<T>(PathSegmentTranslator<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 un BatchSegment en autre chose à l’aide d’une 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 traduit ce segment.
Paramètres
- translator
- PathSegmentTranslator<T>
Implémentation de l'interface du traducteur.
Retours
Objet dont le type est déterminé par le paramètre de type du traducteur.
Exceptions
Levée si le traducteur de l'entrée a la valeur Null.