ToTraceStringExtensionMethods.ToTraceString 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.
Surcharges
ToTraceString(IEdmProperty) |
Retourne la représentation textuelle de l'objet actif. |
ToTraceString(IEdmSchemaElement) |
Retourne la représentation textuelle de l'objet actif. |
ToTraceString(IEdmSchemaType) |
Retourne la représentation textuelle de l'objet actif. |
ToTraceString(IEdmType) |
Retourne la représentation textuelle de l'objet actif. |
ToTraceString(IEdmTypeReference) |
Retourne la représentation textuelle de l'objet actif. |
ToTraceString(IEdmProperty)
Retourne la représentation textuelle de l'objet actif.
public static string ToTraceString (this Microsoft.OData.Edm.IEdmProperty property);
static member ToTraceString : Microsoft.OData.Edm.IEdmProperty -> string
<Extension()>
Public Function ToTraceString (property As IEdmProperty) As String
Paramètres
- property
- IEdmProperty
Référence à l'objet appelant.
Retours
Représentation textuelle de l'objet actif.
S’applique à
ToTraceString(IEdmSchemaElement)
Retourne la représentation textuelle de l'objet actif.
public static string ToTraceString (this Microsoft.OData.Edm.IEdmSchemaElement schemaElement);
static member ToTraceString : Microsoft.OData.Edm.IEdmSchemaElement -> string
<Extension()>
Public Function ToTraceString (schemaElement As IEdmSchemaElement) As String
Paramètres
- schemaElement
- IEdmSchemaElement
Référence à l'objet appelant.
Retours
Représentation textuelle de l'objet actif.
S’applique à
ToTraceString(IEdmSchemaType)
Retourne la représentation textuelle de l'objet actif.
public static string ToTraceString (this Microsoft.OData.Edm.IEdmSchemaType schemaType);
static member ToTraceString : Microsoft.OData.Edm.IEdmSchemaType -> string
<Extension()>
Public Function ToTraceString (schemaType As IEdmSchemaType) As String
Paramètres
- schemaType
- IEdmSchemaType
Référence à l'objet appelant.
Retours
Représentation textuelle de l'objet actif.
S’applique à
ToTraceString(IEdmType)
Retourne la représentation textuelle de l'objet actif.
public static string ToTraceString (this Microsoft.OData.Edm.IEdmType type);
static member ToTraceString : Microsoft.OData.Edm.IEdmType -> string
<Extension()>
Public Function ToTraceString (type As IEdmType) As String
Paramètres
- type
- IEdmType
Référence à l'objet appelant.
Retours
Représentation textuelle de l'objet actif.
S’applique à
ToTraceString(IEdmTypeReference)
Retourne la représentation textuelle de l'objet actif.
public static string ToTraceString (this Microsoft.OData.Edm.IEdmTypeReference type);
static member ToTraceString : Microsoft.OData.Edm.IEdmTypeReference -> string
<Extension()>
Public Function ToTraceString (type As IEdmTypeReference) As String
Paramètres
- type
- IEdmTypeReference
Référence à l'objet appelant.
Retours
Représentation textuelle de l'objet actif.