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 | |
---|---|---|
SolutionClass | Infrastructure. Microsoft Internal Use Only. |
Top
Properties
Name | Description | |
---|---|---|
AddIns | Infrastructure. Microsoft Internal Use Only. | |
Count | Infrastructure. Microsoft Internal Use Only. | |
DTE | Infrastructure. Microsoft Internal Use Only. | |
Extender | Infrastructure. Microsoft Internal Use Only. | |
ExtenderCATID | Infrastructure. Microsoft Internal Use Only. | |
ExtenderNames | Infrastructure. Microsoft Internal Use Only. | |
FileName | Infrastructure. Microsoft Internal Use Only. | |
FullName | Infrastructure. Microsoft Internal Use Only. | |
Globals | Infrastructure. Microsoft Internal Use Only. | |
IsDirty | Infrastructure. Microsoft Internal Use Only. | |
IsOpen | Infrastructure. Microsoft Internal Use Only. | |
Parent | Infrastructure. Microsoft Internal Use Only. | |
Projects | Infrastructure. Microsoft Internal Use Only. | |
Properties | Infrastructure. Microsoft Internal Use Only. | |
Saved | Infrastructure. Microsoft Internal Use Only. | |
SolutionBuild | Infrastructure. Microsoft Internal Use Only. | |
TemplatePath | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
AddFromFile | Infrastructure. Microsoft Internal Use Only. | |
AddFromTemplate | Infrastructure. Microsoft Internal Use Only. | |
Close | Infrastructure. Microsoft Internal Use Only. | |
Create | Infrastructure. Microsoft Internal Use Only. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindProjectItem | Infrastructure. Microsoft Internal Use Only. | |
GetEnumerator | Infrastructure. Microsoft Internal Use Only. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Item | Infrastructure. Microsoft Internal Use Only. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Open | Infrastructure. Microsoft Internal Use Only. | |
ProjectItemsTemplatePath | Infrastructure. Microsoft Internal Use Only. | |
Remove | Infrastructure. Microsoft Internal Use Only. | |
SaveAs | Infrastructure. Microsoft Internal Use Only. | |
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.