Interface IVsSolution
Model of the solution that is currently loaded in visual studio.
Inherited Members
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
public interface IVsSolution : IVsModel, IModel<VisualStudioModelType>, IChildren
  Properties
| Improve this Doc View SourcePath
The fully qualified path to the solution file name.
Declaration
string Path { get; }
  Property Value
| Type | Description | 
|---|---|
| string |