AnnotatableExtensions.AnnotationsToDebugString(IAnnotatable, Int32) 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.
Obtient la chaîne de débogage pour toutes les annotations déclarées sur l’objet .
public static string AnnotationsToDebugString (this Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable annotatable, int indent = 0);
static member AnnotationsToDebugString : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * int -> string
<Extension()>
Public Function AnnotationsToDebugString (annotatable As IAnnotatable, Optional indent As Integer = 0) As String
Paramètres
- annotatable
- IAnnotatable
Objet permettant d’obtenir les annotations à imprimer dans la chaîne de débogage.
- indent
- Int32
Nombre d’espaces de retrait à utiliser avant chaque nouvelle ligne.
Retours
Déboguer la représentation sous forme de chaîne de toutes les annotations.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.