SolutionClass Class

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

Microsoft Internal Use Only.

Inheritance Hierarchy

System.Object
  EnvDTE.SolutionClass

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

Syntax

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

The SolutionClass type exposes the following members.

Constructors

  Name Description
Public method SolutionClass Infrastructure. Microsoft Internal Use Only.

Top

Properties

  Name Description
Public property AddIns Infrastructure. Microsoft Internal Use Only.
Public property Count Infrastructure. Microsoft Internal Use Only.
Public property DTE Infrastructure. Microsoft Internal Use Only.
Public property Extender Infrastructure. Microsoft Internal Use Only.
Public property ExtenderCATID Infrastructure. Microsoft Internal Use Only.
Public property ExtenderNames Infrastructure. Microsoft Internal Use Only.
Public property FileName Infrastructure. Microsoft Internal Use Only.
Public property FullName Infrastructure. Microsoft Internal Use Only.
Public property Globals Infrastructure. Microsoft Internal Use Only.
Public property IsDirty Infrastructure. Microsoft Internal Use Only.
Public property IsOpen Infrastructure. Microsoft Internal Use Only.
Public property Parent Infrastructure. Microsoft Internal Use Only.
Public property Projects Infrastructure. Microsoft Internal Use Only.
Public property Properties Infrastructure. Microsoft Internal Use Only.
Public property Saved Infrastructure. Microsoft Internal Use Only.
Public property SolutionBuild Infrastructure. Microsoft Internal Use Only.
Public property TemplatePath Infrastructure. Microsoft Internal Use Only.

Top

Methods

  Name Description
Public method AddFromFile Infrastructure. Microsoft Internal Use Only.
Public method AddFromTemplate Infrastructure. Microsoft Internal Use Only.
Public method Close Infrastructure. Microsoft Internal Use Only.
Public method Create Infrastructure. Microsoft Internal Use Only.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method FindProjectItem Infrastructure. Microsoft Internal Use Only.
Public method GetEnumerator Infrastructure. Microsoft Internal Use Only.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Item Infrastructure. Microsoft Internal Use Only.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Open Infrastructure. Microsoft Internal Use Only.
Public method ProjectItemsTemplatePath Infrastructure. Microsoft Internal Use Only.
Public method Remove Infrastructure. Microsoft Internal Use Only.
Public method SaveAs Infrastructure. Microsoft Internal Use Only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Remarks

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

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

EnvDTE Namespace