EdmTypeSemantics.AsString(IEdmTypeReference) 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.
Si cette référence est d’un type de chaîne, cela retourne une référence de type de chaîne valide à la définition de type. Sinon, une référence de type chaîne erronée est retournée.
public static Microsoft.OData.Edm.IEdmStringTypeReference AsString (this Microsoft.OData.Edm.IEdmTypeReference type);
static member AsString : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.IEdmStringTypeReference
<Extension()>
Public Function AsString (type As IEdmTypeReference) As IEdmStringTypeReference
Paramètres
- type
- IEdmTypeReference
Référence à l'objet appelant.
Retours
Référence de type chaîne valide si la définition de la référence est de type chaîne. Sinon, référence de type chaîne erronée.