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

Search Results for

    Interface IVsProjectFolder

    Definition of a visual studio project folder model information.

    Inherited Members
    IVsModel.Name
    IModel<VisualStudioModelType>.IsLoaded
    IModel<VisualStudioModelType>.HasErrors
    IModel<VisualStudioModelType>.ModelErrors
    IModel<VisualStudioModelType>.ModelType
    IParent.HasParent
    IChildren.HasChildren
    Namespace: CodeFactory.WinVs.Models.ProjectSystem
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public interface IVsProjectFolder : IVsModel, IModel<VisualStudioModelType>, IParent, IChildren

    Properties

    Path

    the fully qualified path to the project folder.

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