IVsSolution2 Methods

Include Protected Members
Include Inherited Members

The IVsSolution2 type exposes the following members.

Methods

  Name Description
Public method AddVirtualProject Adds a type of virtual project that is not created by clicking Open Project on the New menu to open the solution. (Inherited from IVsSolution.)
Public method AddVirtualProjectEx Assigns the original GUID to the project when it is recreated the next time the solution is opened. (Inherited from IVsSolution.)
Public method AdviseSolutionEvents Establishes client notification of solution events. (Inherited from IVsSolution.)
Public method CanCreateNewProjectAtLocation Determines whether a new project can be created at a given location. (Inherited from IVsSolution.)
Public method CloseSolutionElement Programmatically closes a document, a project, or the entire solution. (Inherited from IVsSolution.)
Public method CreateNewProjectViaDlg Controls options for the Create New Project dialog box. (Inherited from IVsSolution.)
Public method CreateProject Creates or opens a project. (Inherited from IVsSolution.)
Public method CreateSolution Creates a new solution. (Inherited from IVsSolution.)
Public method GenerateNextDefaultProjectName This method obtains the default name for the next project in the solution (ProjectN).Generates the next default project name given a specific path. (Inherited from IVsSolution.)
Public method GenerateUniqueProjectName Generates a unique project name, given a root project name. (Inherited from IVsSolution.)
Public method GetGuidOfProject Returns the unique identifier for a project in the solution. (Inherited from IVsSolution.)
Public method GetItemInfoOfProjref Obtains the required property for the specified project item reference. (Inherited from IVsSolution.)
Public method GetItemOfProjref Returns a hierarchy and hierarchy item pair for the specified project reference string. (Inherited from IVsSolution.)
Public method GetProjectEnum Returns an enumerator for all the projects in the solution. (Inherited from IVsSolution.)
Public method GetProjectFactory Returns a project factory. (Inherited from IVsSolution.)
Public method GetProjectFactory(UInt32, Guid%, String, IVsProjectFactory%) Returns a project factory.
Public method GetProjectFilesInSolution Compiles a list of the specified projects in the solution. (Inherited from IVsSolution.)
Public method GetProjectInfoOfProjref Obtains the required property for the specified project reference. (Inherited from IVsSolution.)
Public method GetProjectOfGuid Returns the project in the solution, given a unique identifier. (Inherited from IVsSolution.)
Public method GetProjectOfProjref Returns a hierarchy for the specified project reference string. (Inherited from IVsSolution.)
Public method GetProjectOfUniqueName Returns the project in the solution, given a unique name. (Inherited from IVsSolution.)
Public method GetProjectTypeGuid Returns the project type, given a GUID. (Inherited from IVsSolution.)
Public method GetProjrefOfItem Returns a project reference string for the specified hierarchy and hierarchy item pair. (Inherited from IVsSolution.)
Public method GetProjrefOfProject Returns a project reference string for the specified hierarchy. (Inherited from IVsSolution.)
Public method GetProperty Returns the specified property of the solution. (Inherited from IVsSolution.)
Public method GetSolutionInfo Returns the required solution file information. (Inherited from IVsSolution.)
Public method GetUniqueNameOfProject Returns the unique name, given a project in the solution. (Inherited from IVsSolution.)
Public method GetVirtualProjectFlags Determines how the virtual project was added to the Solution Explorer. (Inherited from IVsSolution.)
Public method OnAfterRenameProject Completes the renaming of a project. (Inherited from IVsSolution.)
Public method OpenSolutionFile Opens a solution file of the type .sln, .dsw, or .vbg. (Inherited from IVsSolution.)
Public method OpenSolutionViaDlg Controls options for the Open Solution dialog box. (Inherited from IVsSolution.)
Public method QueryEditSolutionFile Determines whether the solution file can be changed. (Inherited from IVsSolution.)
Public method QueryRenameProject Determines whether the project can be renamed. (Inherited from IVsSolution.)
Public method RemoveVirtualProject Removes a virtual project from the solution. (Inherited from IVsSolution.)
Public method SaveSolutionElement Programmatically saves a document, a project, or the entire solution. (Inherited from IVsSolution.)
Public method SetProperty Generically sets properties of the solution. (Inherited from IVsSolution.)
Public method UnadviseSolutionEvents Disables a client from receiving notifications of solution events. (Inherited from IVsSolution.)
Public method UpdateProjectFileLocation Notifies a solution of a project file location change.

Top

See Also

Reference

IVsSolution2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace