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