Parameter.IncludeInDebugDump プロパティ

定義

Parameter オブジェクトがデバッグ ダンプに含まれるかどうかを示す値を取得します。値の設定も可能です。

public:
 abstract property bool IncludeInDebugDump { bool get(); void set(bool value); };
public abstract bool IncludeInDebugDump { get; set; }
member this.IncludeInDebugDump : bool with get, set
Public MustOverride Property IncludeInDebugDump As Boolean

プロパティ値

Boolean

オブジェクトがデバッグ ダンプに Parameter 含まれている場合は true、それ以外の場合は false。

適用対象