Méthode ToTraceStringExtensionMethods.ToTraceString (IEdmType)
Retourne la représentation textuelle de l'objet actif.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function ToTraceString ( _
type As IEdmType _
) As String
'Utilisation
Dim type As IEdmType
Dim returnValue As String
returnValue = type.ToTraceString()
public static string ToTraceString(
this IEdmType type
)
[ExtensionAttribute]
public:
static String^ ToTraceString(
IEdmType^ type
)
static member ToTraceString :
type:IEdmType -> string
public static function ToTraceString(
type : IEdmType
) : String
Paramètres
- type
Type : Microsoft.Data.Edm.IEdmType
Référence à l'objet appelant.
Valeur de retour
Type : System.String
Représentation textuelle de l'objet actif.
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 IEdmType. 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).