DependencyDescription.Dependencies プロパティ

定義

この依存関係の依存関係。

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::Dependency ^> ^ Dependencies { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::Dependency ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.Dependency> Dependencies { get; }
member this.Dependencies : seq<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.Dependency>
Public ReadOnly Property Dependencies As IEnumerable(Of Dependency)

プロパティ値

適用対象