IVCBuildOptionsPage.DefaultSolutionExplorerMode Property

Sets or gets the SolutionExplorerMode.

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

Syntax

声明
Property DefaultSolutionExplorerMode As solutionExplorerMode
用法
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".

Permissions

See Also

Reference

IVCBuildOptionsPage Interface

IVCBuildOptionsPage Members

Microsoft.VisualStudio.VCProject Namespace