VCProject.ShowAllFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or gets whether to show all files in the solution explorer.
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
Property Value
TRUE signifies that all disk files are to be shown.
- Attributes