语言

ManagedParameterWrapper.IncludeInDebugDump 属性

定义

获取或设置参数值是否应包含在调试转储中。

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

属性值

如果参数值应包含在调试转储中,则为真;否则,就是假的。

实现

适用于