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

Search Results for

    Class VsProjectFramework

    Data class that implements IVsProjectFramework

    Inheritance
    object
    VsModel
    VsProjectFramework
    Implements
    IVsModel
    IModel<VisualStudioModelType>
    IVsProjectFramework
    Inherited Members
    VsModel.IsLoaded
    VsModel.HasErrors
    VsModel.ModelErrors
    VsModel.ModelType
    VsModel.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CodeFactory.WinVs.Models.ProjectSystem
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public abstract class VsProjectFramework : VsModel, IVsModel, IModel<VisualStudioModelType>, IVsProjectFramework

    Constructors

    VsProjectFramework(bool, bool, IReadOnlyList<ModelException<VisualStudioModelType>>, string, string)

    Creates a new instances of the VsProjectFramework model.

    Declaration
    protected VsProjectFramework(bool isLoaded, bool hasErrors, IReadOnlyList<ModelException<VisualStudioModelType>> modelErrors, string framework, string version)
    Parameters
    Type Name Description
    bool isLoaded

    Flag that determines if the model is loaded.

    bool hasErrors

    Flag that determines if errors occurred while loading the model.

    IReadOnlyList<ModelException<VisualStudioModelType>> modelErrors

    The list of errors that occurred if any.

    string framework

    The name of the framework being deployed to.

    string version

    The target version of the framework.

    Properties

    Framework

    The framework that the project is targeting.

    Declaration
    public string Framework { get; }
    Property Value
    Type Description
    string

    Version

    The specified version the framework to be released to.

    Declaration
    public string Version { get; }
    Property Value
    Type Description
    string

    Implements

    IVsModel
    IModel<TModelTypes>
    IVsProjectFramework

    Extension Methods

    VsModelExtensions.GetHostingProjectAsync(VsModel)
    VsModelExtensions.GetParentProjectFolderAsync(VsModel)
    © CodeFactory, LLC. All rights reserved.