Méthode EdmTypeSemantics.AsString
Retourne une référence de type chaîne valide à la définition de type si cette référence est de type chaîne. Sinon, une référence de type chaîne erronée est retournée.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function AsString ( _
type As IEdmTypeReference _
) As IEdmStringTypeReference
'Utilisation
Dim type As IEdmTypeReference
Dim returnValue As IEdmStringTypeReference
returnValue = type.AsString()
public static IEdmStringTypeReference AsString(
this IEdmTypeReference type
)
[ExtensionAttribute]
public:
static IEdmStringTypeReference^ AsString(
IEdmTypeReference^ type
)
static member AsString :
type:IEdmTypeReference -> IEdmStringTypeReference
public static function AsString(
type : IEdmTypeReference
) : IEdmStringTypeReference
Paramètres
- type
Type : Microsoft.Data.Edm.IEdmTypeReference
Référence à l'objet appelant.
Valeur de retour
Type : Microsoft.Data.Edm.IEdmStringTypeReference
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.
Remarque relative à l'utilisation
En Visual Basic et C#, vous pouvez appeler cette méthode comme méthode d'instance sur tout objet de type IEdmTypeReference. Lorsque vous utilisez la syntaxe de la méthode d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez https://msdn.microsoft.com/fr-fr/library/bb384936(v=vs.103) ou https://msdn.microsoft.com/fr-fr/library/bb383977(v=vs.103).