View.ShowAll 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如此 如果显示所有非打印字符 (如隐藏的文字、 制表符、 空格和段落标记)。
public:
property bool ShowAll { bool get(); void set(bool value); };
public bool ShowAll { get; set; }
member this.ShowAll : bool with get, set
Public Property ShowAll As Boolean