ProjectDependencyGraph.GetProjectsThatThisProjectTransitivelyDependsOn Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan daftar proyek yang secara langsung atau transitif tergantung pada proyek ini
public:
System::Collections::Immutable::IImmutableSet<Microsoft::CodeAnalysis::ProjectId ^> ^ GetProjectsThatThisProjectTransitivelyDependsOn(Microsoft::CodeAnalysis::ProjectId ^ projectId);
public System.Collections.Immutable.IImmutableSet<Microsoft.CodeAnalysis.ProjectId> GetProjectsThatThisProjectTransitivelyDependsOn(Microsoft.CodeAnalysis.ProjectId projectId);
member this.GetProjectsThatThisProjectTransitivelyDependsOn : Microsoft.CodeAnalysis.ProjectId -> System.Collections.Immutable.IImmutableSet<Microsoft.CodeAnalysis.ProjectId>
Public Function GetProjectsThatThisProjectTransitivelyDependsOn (projectId As ProjectId) As IImmutableSet(Of ProjectId)
Parameter
- projectId
- ProjectId