语言

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 则为真;否则为假。

实现

适用于