IReadOnlyAnnotatable.AnnotationsToDebugString(Int32) メソッド

定義

オブジェクトで宣言されているすべての注釈のデバッグ文字列を取得します。

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

各行の前に使用するインデントスペースの数。

戻り値

すべての注釈の文字列表現をデバッグします。

適用対象