SolutionClass Class

Definition

Microsoft Internal Use Only.

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

public ref class SolutionClass : EnvDTE::Solution, System::Collections::IEnumerable
public ref class SolutionClass
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.Guid("B35CAA8C-77DE-4AB3-8E5A-F038E3FC6056")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class SolutionClass : EnvDTE.Solution, System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("B35CAA8C-77DE-4AB3-8E5A-F038E3FC6056")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
public class SolutionClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.Guid("B35CAA8C-77DE-4AB3-8E5A-F038E3FC6056")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type SolutionClass = class
    interface _Solution
    interface Solution
    interface IEnumerable
[<System.Runtime.InteropServices.Guid("B35CAA8C-77DE-4AB3-8E5A-F038E3FC6056")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
type SolutionClass = class
Public Class SolutionClass
Implements IEnumerable, Solution
Public Class SolutionClass
Inheritance
SolutionClass
Attributes
Implements

Remarks

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

Constructors

SolutionClass()

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

Microsoft Internal Use Only.

Properties

AddIns

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

Microsoft Internal Use Only.

Count

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

Microsoft Internal Use Only.

DTE

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

Microsoft Internal Use Only.

Extender[String]

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

Microsoft Internal Use Only.

ExtenderCATID

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

Microsoft Internal Use Only.

ExtenderNames

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

Microsoft Internal Use Only.

FileName

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

Microsoft Internal Use Only.

FullName

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

Microsoft Internal Use Only.

Globals

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

Microsoft Internal Use Only.

IsDirty

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

Microsoft Internal Use Only.

IsOpen

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

Microsoft Internal Use Only.

Parent

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

Microsoft Internal Use Only.

Projects

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

Microsoft Internal Use Only.

Properties

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

Microsoft Internal Use Only.

Saved

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

Microsoft Internal Use Only.

SolutionBuild

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

Microsoft Internal Use Only.

TemplatePath[String]

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

Microsoft Internal Use Only.

Methods

AddFromFile(String, Boolean)

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

Microsoft Internal Use Only.

AddFromTemplate(String, String, String, Boolean)

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

Microsoft Internal Use Only.

Close(Boolean)

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

Microsoft Internal Use Only.

Create(String, String)

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

Microsoft Internal Use Only.

FindProjectItem(String)

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

Microsoft Internal Use Only.

GetEnumerator()

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

Microsoft Internal Use Only.

Item(Object)

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

Microsoft Internal Use Only.

Open(String)

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

Microsoft Internal Use Only.

ProjectItemsTemplatePath(String)

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

Microsoft Internal Use Only.

Remove(Project)

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

Microsoft Internal Use Only.

SaveAs(String)

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

Microsoft Internal Use Only.

Applies to