Click or drag to resize

Solution Fields

The Solution type exposes the following members.

Fields
  NameDescription
Protected field_activeConfiguration
The active configuration (usually 'Debug' or 'Release').
Protected field_activePlatform
The active platform (usually 'Any CPU', 'x86', or 'Mixed Platforms').
Protected field_annotations
Any Annotations (Comments, DocComments, Attributes, or Messages) associated with the CodeObject (null if none).
(Inherited from CodeObject.)
Protected field_codeAnnotations
All 'listed' annotations (Messages and special Comments) in this Solution.
Protected field_codeAnnotationsDictionary
Protected field_columnNumber
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_fileName
The full file name.
Protected field_formatFlags
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.)
Protected field_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)
Protected field_globalSections
Global sections (blocks of configuration data).
Protected field_isNew
True if the Solution is newly created and hasn't been saved yet.
Protected field_lineNumber
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_minimumVisualStudioVersion
The Minimum Visual Studio version.
Protected field_name
The name of the Solution.
Protected field_parent
The parent CodeObject.
(Inherited from CodeObject.)
Protected field_productRelease
The product release. (Visual Studio 2010, Visual C# Express 2008, etc.)
Protected field_projectEntries
Project entries (these represent the entries in the solution file).
Protected field_projects
All projects in this solution (will be sorted alphabetically).
Protected field_projectsInDependentOrder
All projects in this solution, ordered with most-dependent first.
Protected field_statusCallback
Callback used to indicate status changes to the UI while loading.
Protected field_visualStudioVersion
The Visual Studio version.
Protected fieldStatic memberGlobalEnd
Protected fieldStatic memberGlobalSectionEnd
Protected fieldStatic memberGlobalSectionStart
Protected fieldStatic memberGlobalStart
Public fieldStatic memberHideSolutionNodeProperty
Protected fieldStatic memberMinimumVisualStudioVersionPrefix
Public fieldStatic memberNestedProjectsGlobalSection
Public fieldStatic memberPlatformAnyCPU
Public fieldStatic memberPlatformDotNet
Public fieldStatic memberPlatformMixed
Protected fieldStatic memberPostProject
Protected fieldStatic memberPostSolution
Protected fieldStatic memberPreProject
Protected fieldStatic memberPreSolution
Protected fieldStatic memberProductReleasePrefix
Public fieldStatic memberProjectConfigurationPlatformsGlobalSection
Protected fieldStatic memberProjectEnd
Protected fieldStatic memberProjectSectionEnd
Protected fieldStatic memberProjectSectionStart
Protected fieldStatic memberProjectStart
Public fieldStatic memberSolutionConfigurationPlatformsGlobalSection
Public fieldStatic memberSolutionFileExtension
Public fieldStatic memberSolutionItems
Public fieldStatic memberSolutionItemsProjectSection
Public fieldStatic memberSolutionOptionsExtension
Public fieldStatic memberSolutionPropertiesGlobalSection
Public fieldStatic memberSourceCodeControlGlobalSection
Protected fieldStatic memberVisualStudioSolutionFileHeader
Protected fieldStatic memberVisualStudioVersionPrefix
Public fieldStatic memberWebsitePropertiesProjectSection
Top
See Also