VCProject.ShowAllFiles Property

Definition

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

Applies to