SolutionConfigurations Interface

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
Public property Count Gets a value indicating the number of objects in the SolutionConfigurations collection.
Public property DTE Gets the top-level extensibility object.
Public property Parent Gets the immediate parent object of a SolutionConfigurations object.

Top

Methods

  Name Description
Public method Add Creates a new solution configuration based on an existing one.
Public method GetEnumerator Gets an enumeration for items in a collection.
Public method Item Returns a SolutionConfiguration object in a SolutionConfigurations collection.

Top

See Also

Reference

EnvDTE Namespace