IReadOnlyAnnotatable.AnnotationsToDebugString(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 物件上宣告之所有注釋的偵錯字串。
public virtual string AnnotationsToDebugString (int indent = 0);
abstract member AnnotationsToDebugString : int -> string
override this.AnnotationsToDebugString : int -> string
Public Overridable Function AnnotationsToDebugString (Optional indent As Integer = 0) As String
參數
- indent
- Int32
每個新行之前要使用的縮排空格數目。
傳回
偵錯所有批註的字串表示。