Share via


IVCBuildOptionsPage.DefaultSolutionExplorerMode Property

Sets or gets the SolutionExplorerMode.

Namespace:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

Syntax

'Declaration
Property DefaultSolutionExplorerMode As solutionExplorerMode
'Usage
Dim instance As IVCBuildOptionsPage 
Dim value As solutionExplorerMode 

value = instance.DefaultSolutionExplorerMode

instance.DefaultSolutionExplorerMode = value
solutionExplorerMode DefaultSolutionExplorerMode { get; set; }
property solutionExplorerMode DefaultSolutionExplorerMode {
    solutionExplorerMode get ();
    void set (solutionExplorerMode value);
}
function get DefaultSolutionExplorerMode () : solutionExplorerMode 
function set DefaultSolutionExplorerMode (value : solutionExplorerMode)

Property Value

Type: Microsoft.VisualStudio.VCProject.solutionExplorerMode
The solutionExplorerMode.

Remarks

The solutionExplorerMode can be either "Show only files in this project" or "Show all files".

.NET Framework Security

See Also

Reference

IVCBuildOptionsPage Interface

IVCBuildOptionsPage Members

Microsoft.VisualStudio.VCProject Namespace