Click or drag to resize

Solution Class

SIC Microsoft Visual Studio Solution object handling
Inheritance Hierarchy
SystemObject
  SIC.IDE.HelperSolution

Namespace:  SIC.IDE.Helper
Assembly:  SIC.IDE.Helper (in SIC.IDE.Helper.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
public static class Solution

The Solution type exposes the following members.

Methods
  NameDescription
Private methodStatic member_GetClassNames
Gives a class name list from CodeElements (recursive)
Public methodStatic memberGetClassNames
Gives all class names from the solution or project (without external classes)
Private methodStatic memberGetProjectItems
Gives a list of project object from a Solution folder (recursive)
Public methodStatic memberGetProjectNames
Gives a project names list from Solution
Public methodStatic memberGetProjects
Gives a list of Project object from Solution
Private methodStatic memberGetSolutionFolderProjects
Read projects from a solution folder
Top
Remarks
This class as two ranges: Static function e.g. Get* project names, class names and SOWI solution/project handling e.g. method Create
See Also

Reference

vsCMElement
CodeElement