SolutionConfiguration.SolutionContexts Property

Definition

Gets a collection of SolutionContext objects.

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

Property Value

A SolutionContexts collection.

Attributes

Applies to