_EnvironmentProjectsAndSolution Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("478F06D4-5D57-473F-9B74-5F8E88EFA5E7")> _
Public Interface _EnvironmentProjectsAndSolution
[GuidAttribute("478F06D4-5D57-473F-9B74-5F8E88EFA5E7")]
public interface _EnvironmentProjectsAndSolution
[GuidAttribute(L"478F06D4-5D57-473F-9B74-5F8E88EFA5E7")]
public interface class _EnvironmentProjectsAndSolution
[<GuidAttribute("478F06D4-5D57-473F-9B74-5F8E88EFA5E7")>]
type _EnvironmentProjectsAndSolution = interface end
public interface _EnvironmentProjectsAndSolution
The _EnvironmentProjectsAndSolution type exposes the following members.
Properties
Name | Description | |
---|---|---|
OnRunOrPreview | Infrastructure. Microsoft Internal Use Only. | |
ProjectsLocation | Infrastructure. Microsoft Internal Use Only. | |
ShowOutputWindowBeforeBuild | Infrastructure. Microsoft Internal Use Only. | |
ShowTaskListAfterBuild | Infrastructure. Microsoft Internal Use Only. |
Top