SolutionConfiguration.Collection Property

Definition

Gets the SolutionConfigurations collection containing the SolutionConfiguration object supporting this property.

public:
 property EnvDTE::SolutionConfigurations ^ Collection { EnvDTE::SolutionConfigurations ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public EnvDTE.SolutionConfigurations Collection { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Collection : EnvDTE.SolutionConfigurations
Public ReadOnly Property Collection As SolutionConfigurations

Property Value

A SolutionConfigurations collections.

Attributes

Applies to