Solution Fields |
The Solution type exposes the following members.
Name | Description | |
---|---|---|
_activeConfiguration |
The active configuration (usually 'Debug' or 'Release').
| |
_activePlatform |
The active platform (usually 'Any CPU', 'x86', or 'Mixed Platforms').
| |
_annotations |
Any Annotations (Comments, DocComments, Attributes,
or Messages) associated with the CodeObject (null if none).
(Inherited from CodeObject.) | |
_codeAnnotations | ||
_codeAnnotationsDictionary | ||
_columnNumber |
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) | |
_fileName |
The full file name.
| |
_formatFlags |
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.) | |
_formatVersion |
The version of the solution file.
(11.00 = VS2010 = v10, 10.00 = VS2008 = v9, 9.00 = VS2005 = v8, 8.00 = VS2003 = v7.1, ? = VS2002 = v7)
| |
_globalSections |
Global sections (blocks of configuration data).
| |
_isNew |
True if the Solution is newly created and hasn't been saved yet.
| |
_lineNumber |
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) | |
_minimumVisualStudioVersion |
The Minimum Visual Studio version.
| |
_name |
The name of the Solution.
| |
_parent |
The parent CodeObject.
(Inherited from CodeObject.) | |
_productRelease |
The product release.
(Visual Studio 2010, Visual C# Express 2008, etc.)
| |
_projectEntries |
Project entries (these represent the entries in the solution file).
| |
_projects |
All projects in this solution (will be sorted alphabetically).
| |
_projectsInDependentOrder |
All projects in this solution, ordered with most-dependent first.
| |
_statusCallback |
Callback used to indicate status changes to the UI while loading.
| |
_visualStudioVersion |
The Visual Studio version.
| |
GlobalEnd | ||
GlobalSectionEnd | ||
GlobalSectionStart | ||
GlobalStart | ||
HideSolutionNodeProperty | ||
MinimumVisualStudioVersionPrefix | ||
NestedProjectsGlobalSection | ||
PlatformAnyCPU | ||
PlatformDotNet | ||
PlatformMixed | ||
PostProject | ||
PostSolution | ||
PreProject | ||
PreSolution | ||
ProductReleasePrefix | ||
ProjectConfigurationPlatformsGlobalSection | ||
ProjectEnd | ||
ProjectSectionEnd | ||
ProjectSectionStart | ||
ProjectStart | ||
SolutionConfigurationPlatformsGlobalSection | ||
SolutionFileExtension | ||
SolutionItems | ||
SolutionItemsProjectSection | ||
SolutionOptionsExtension | ||
SolutionPropertiesGlobalSection | ||
SourceCodeControlGlobalSection | ||
VisualStudioSolutionFileHeader | ||
VisualStudioVersionPrefix | ||
WebsitePropertiesProjectSection |