VCProject.ShowAllFiles 属性

定义

设置或获取是否要显示解决方案资源管理器中的所有文件。

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

属性值

Boolean

TRUE 表示将显示所有磁盘文件。

属性

适用于