Share via


IVCBuildOptionsPage.DefaultSolutionExplorerMode Property

Definition

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".

Applies to