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

Search Results for

    Interface IVsDocument

    Definition of a document associated with a project in visual studio.

    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 IVsDocument : IVsModel, IModel<VisualStudioModelType>, IParent, IChildren

    Properties

    DocumentType

    The type of document that is loaded.

    Declaration
    VsDocumentType DocumentType { get; }
    Property Value
    Type Description
    VsDocumentType

    IsSourceCode

    Flag that determines if the project document contains source code that can be managed by code factory.

    Declaration
    bool IsSourceCode { get; }
    Property Value
    Type Description
    bool

    Path

    The fully qualified path to the project document.

    Declaration
    string Path { get; }
    Property Value
    Type Description
    string

    SourceType

    The target type of source code that is implemented in the project document.

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