SolutionClass Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("B35CAA8C-77DE-4AB3-8E5A-F038E3FC6056")> _
Public Class SolutionClass _
    Implements _Solution, Solution, IEnumerable
'Usage
Dim instance As SolutionClass
[ClassInterfaceAttribute()]
[GuidAttribute("B35CAA8C-77DE-4AB3-8E5A-F038E3FC6056")]
public class SolutionClass : _Solution, 
    Solution, IEnumerable
[ClassInterfaceAttribute()]
[GuidAttribute(L"B35CAA8C-77DE-4AB3-8E5A-F038E3FC6056")]
public ref class SolutionClass : _Solution, 
    Solution, IEnumerable
public class SolutionClass implements _Solution, Solution, IEnumerable

Remarks

Refer to Solution for this functionality. Do not instantiate from this class.

Inheritance Hierarchy

System.Object
  EnvDTE.SolutionClass

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SolutionClass Members

EnvDTE Namespace