ParameterClass.IncludeInDebugDump 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示在调试转储中是否包括 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。