IVCBuildOptionsPage.DefaultSolutionExplorerMode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置或获取 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 可以是 "仅显示此项目中的文件" 或 "显示所有文件"。