SolutionConfigurations Interface

Definition

Contains all of the SolutionConfiguration in the solution.

public interface class SolutionConfigurations : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("23E78ED7-C9E1-462D-8BC6-366003486ED9")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface SolutionConfigurations : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("23E78ED7-C9E1-462D-8BC6-366003486ED9")]
public interface SolutionConfigurations : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("23E78ED7-C9E1-462D-8BC6-366003486ED9")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type SolutionConfigurations = interface
    interface IEnumerable
[<System.Runtime.InteropServices.Guid("23E78ED7-C9E1-462D-8BC6-366003486ED9")>]
type SolutionConfigurations = interface
    interface IEnumerable
Public Interface SolutionConfigurations
Implements IEnumerable
Attributes
Implements

Properties

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.

Methods

Add(String, String, Boolean)

Creates a new solution configuration based on an existing one.

GetEnumerator()

Gets an enumeration for items in a collection.

Item(Object)

Returns a SolutionConfiguration object in a SolutionConfigurations collection.

Applies to