DependencyDescription Konstruktor

Definice

public:
 DependencyDescription(System::String ^ name, System::String ^ version, System::String ^ path, System::String ^ targetFramework, Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::DependencyType type, bool resolved);
public DependencyDescription (string name, string version, string path, string targetFramework, Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.DependencyType type, bool resolved);
new Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.DependencyDescription : string * string * string * string * Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.DependencyType * bool -> Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.DependencyDescription
Public Sub New (name As String, version As String, path As String, targetFramework As String, type As DependencyType, resolved As Boolean)

Parametry

name
String

Název závislosti

version
String

Verze závislosti

path
String

Úplná cesta k závislosti

targetFramework
String

TFM projektu, do kterého patří tato závislost.

type
DependencyType

Typ závislosti DependencyType

resolved
Boolean

Určuje, zda je tato závislost vyřešena na disku nebo ne.

Platí pro