IVCBuildOptionsPage.DefaultSolutionExplorerMode 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 the SolutionExplorerMode.
public:
property Microsoft::VisualStudio::VCProject::solutionExplorerMode DefaultSolutionExplorerMode { Microsoft::VisualStudio::VCProject::solutionExplorerMode get(); void set(Microsoft::VisualStudio::VCProject::solutionExplorerMode value); };
public:
property Microsoft::VisualStudio::VCProject::solutionExplorerMode DefaultSolutionExplorerMode { Microsoft::VisualStudio::VCProject::solutionExplorerMode get(); void set(Microsoft::VisualStudio::VCProject::solutionExplorerMode value); };
[System.Runtime.InteropServices.DispId(238)]
public Microsoft.VisualStudio.VCProject.solutionExplorerMode DefaultSolutionExplorerMode { [System.Runtime.InteropServices.DispId(238)] get; [System.Runtime.InteropServices.DispId(238)] set; }
[<System.Runtime.InteropServices.DispId(238)>]
[<get: System.Runtime.InteropServices.DispId(238)>]
[<set: System.Runtime.InteropServices.DispId(238)>]
member this.DefaultSolutionExplorerMode : Microsoft.VisualStudio.VCProject.solutionExplorerMode with get, set
Public Property DefaultSolutionExplorerMode As solutionExplorerMode
Property Value
The solutionExplorerMode.
- Attributes
Remarks
The solutionExplorerMode can be either "Show only files in this project" or "Show all files".