AnnotatableExtensions.AnnotationsToDebugString(IAnnotatable, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 物件上宣告之所有批註的偵錯字串。
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
每個新行之前要使用的縮排空格數目。
傳回
偵錯所有批註的字串表示。