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

Search Results for

    Interface IVsModel

    Base contract definition all Visual Studio Models are based on.

    Inherited Members
    IModel<VisualStudioModelType>.IsLoaded
    IModel<VisualStudioModelType>.HasErrors
    IModel<VisualStudioModelType>.ModelErrors
    IModel<VisualStudioModelType>.ModelType
    Namespace: CodeFactory.WinVs.Models.ProjectSystem
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public interface IVsModel : IModel<VisualStudioModelType>

    Properties

    Name

    The name of the visual studio model.

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