A project or solution folder inside the solution.
Project
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.sln.File.Project
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| NodeType | 1 | The project type, derived from the project type GUID. |
| TypeGuid | 1 | The project type GUID as it appears in the solution file. |
| Guid | 1 | The project GUID. |
| Name | 1 | The node display name. |
| TreePath | 1 | Includes virtual solution folder and project file path. |
| RelativePath | 1 | Relative path of the project file (e.g. |
| FullPath | 1 | Resolved full path of the project file. |
| ParentGuid | 1 | The GUID of the parent solution folder, or empty for top-level nodes. |
| IsFolder | 1 | True when this node is a solution folder (no physical project file). |
04 Members
NodeType
The project type, derived from the project type GUID.
TypeGuid
The project type GUID as it appears in the solution file.
Guid
The project GUID.
Name
The node display name.
TreePath
Includes virtual solution folder and project file path.
RelativePath
Relative path of the project file (e.g. a .vbproj) to the solution file. Empty for solution folders.
FullPath
Resolved full path of the project file. Empty for solution folders.
ParentGuid
The GUID of the parent solution folder, or empty for top-level nodes.
IsFolder
True when this node is a solution folder (no physical project file).
ToString()