CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Interface IVsSolution

    Model of the solution that is currently loaded in visual studio.

    Inherited Members
    IVsModel.Name
    IModel<VisualStudioModelType>.IsLoaded
    IModel<VisualStudioModelType>.HasErrors
    IModel<VisualStudioModelType>.ModelErrors
    IModel<VisualStudioModelType>.ModelType
    IChildren.HasChildren
    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
    © CodeFactory, LLC. All rights reserved.