Carries the content of the solution GlobalSection pairs (e.g. SolutionGuid and other global properties).
Global
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.sln.File.Global
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetValue | 1 | Get a global property value by key (case-insensitive). |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| SolutionGuid | 1 | The solution GUID, if declared in GlobalSection(SolutionProperties). |
| Properties | 1 | All raw key/value pairs found in the global sections. |
04 Members
GetValue(
String)Get a global property value by key (case-insensitive).
SolutionGuid
The solution GUID, if declared in GlobalSection(SolutionProperties).
Properties
All raw key/value pairs found in the global sections.