言語

ParameterClass.IncludeInDebugDump プロパティ

定義

オブジェクトがデバッグダンプに含まれるかどうかを示す値を取得または設定しますParameterClass

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

プロパティ値

ParameterClassオブジェクトがデバッグダンプに含まれる場合は真、そうでなければ偽です。

実装

適用対象