SrgsDocument.Debug 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property bool Debug { bool get(); void set(bool value); };
public bool Debug { get; set; }
member this.Debug : bool with get, set
Public Property Debug As Boolean
属性值
如果行号应将添加在用于调试目的, Debug 属性返回 true
;否则该属性返回 false
。
适用于