VCProject.ShowAllFiles 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置或获取是否要显示解决方案资源管理器中的所有文件。
public:
property bool ShowAllFiles { bool get(); void set(bool value); };
public:
property bool ShowAllFiles { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(856)]
public bool ShowAllFiles { [System.Runtime.InteropServices.DispId(856)] get; [System.Runtime.InteropServices.DispId(856)] set; }
[<System.Runtime.InteropServices.DispId(856)>]
[<get: System.Runtime.InteropServices.DispId(856)>]
[<set: System.Runtime.InteropServices.DispId(856)>]
member this.ShowAllFiles : bool with get, set
Public Property ShowAllFiles As Boolean
属性值
TRUE 表示将显示所有磁盘文件。
- 属性