SolutionConfigurations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |