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 为 True;否则为 false。

实现

适用于