DependencyDescription 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示專案的 NuGet 套件相依性。
public ref class DependencyDescription
public class DependencyDescription
type DependencyDescription = class
Public Class DependencyDescription
- 繼承
-
DependencyDescription
建構函式
| DependencyDescription(String, String, String, String, DependencyType, Boolean) |
表示專案的 NuGet 套件相依性。 |
屬性
| Dependencies |
這個相依性的相依性。 |
| Name |
相依性的名稱。 |
| Path |
相依性的完整路徑。 |
| Resolved |
指定是否已解析此相依性。 |
| TargetFramework |
此相依性所屬專案的 TFM。 |
| Type |
相依性的類型。 DependencyType |
| Version |
相依性的版本。 |
方法
| AddDependency(Dependency) |
將相依性新增至目前的相依性。 |