다음을 통해 공유


AnnotatableExtensions.AnnotationsToDebugString(IAnnotatable, Int32) 메서드

정의

개체에 선언된 모든 주석에 대한 디버그 문자열을 가져옵니다.

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

매개 변수

annotatable
IAnnotatable

디버그 문자열에서 인쇄할 주석을 가져올 개체입니다.

indent
Int32

각 새 줄 앞에 사용할 들여쓰기 공간의 수입니다.

반환

모든 주석의 문자열 표현을 디버그합니다.

적용 대상