Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains all of the SolutionConfiguration in the solution.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("23E78ED7-C9E1-462D-8BC6-366003486ED9")> _
Public Interface SolutionConfigurations _
Inherits IEnumerable
[GuidAttribute("23E78ED7-C9E1-462D-8BC6-366003486ED9")]
public interface SolutionConfigurations : IEnumerable
[GuidAttribute(L"23E78ED7-C9E1-462D-8BC6-366003486ED9")]
public interface class SolutionConfigurations : IEnumerable
[<GuidAttribute("23E78ED7-C9E1-462D-8BC6-366003486ED9")>]
type SolutionConfigurations =
interface
interface IEnumerable
end
public interface SolutionConfigurations extends IEnumerable
The SolutionConfigurations type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets a value indicating the number of objects in the SolutionConfigurations collection. |
![]() |
DTE | Gets the top-level extensibility object. |
![]() |
Parent | Gets the immediate parent object of a SolutionConfigurations object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Creates a new solution configuration based on an existing one. |
![]() |
GetEnumerator | Gets an enumeration for items in a collection. |
![]() |
Item | Returns a SolutionConfiguration object in a SolutionConfigurations collection. |
Top