IVCBuildOptionsPage.DefaultSolutionExplorerMode 属性

定义

设置或获取 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

属性值

solutionExplorerMode

SolutionExplorerMode。

属性

注解

SolutionExplorerMode 可以是 "仅显示此项目中的文件" 或 "显示所有文件"。

适用于