Class VsProjectFramework
Data class that implements IVsProjectFramework
Inherited Members
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 |