SolutionConfiguration.SolutionContexts Property
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.
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