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

    Properties

    | Improve this Doc View Source

    Name

    The name of the visual studio model.

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