CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
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.VisualStudio
    Assembly: CodeFactory.VisualStudio.dll
    Syntax
    public interface IVsSolution : IVsModel, IModel<VisualStudioModelType>, IChildren

    Properties

    | Improve this Doc View Source

    Path

    The fully qualified path to the solution file name.

    Declaration
    string Path { get; }
    Property Value
    Type Description
    string
    © CodeFactory, LLC. All rights reserved.