ProjectDependencyGraph.GetProjectsThatDirectlyDependOnThisProject 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 bergantung pada proyek ini.
public:
System::Collections::Immutable::IImmutableSet<Microsoft::CodeAnalysis::ProjectId ^> ^ GetProjectsThatDirectlyDependOnThisProject(Microsoft::CodeAnalysis::ProjectId ^ projectId);
public System.Collections.Immutable.IImmutableSet<Microsoft.CodeAnalysis.ProjectId> GetProjectsThatDirectlyDependOnThisProject(Microsoft.CodeAnalysis.ProjectId projectId);
member this.GetProjectsThatDirectlyDependOnThisProject : Microsoft.CodeAnalysis.ProjectId -> System.Collections.Immutable.IImmutableSet<Microsoft.CodeAnalysis.ProjectId>
Public Function GetProjectsThatDirectlyDependOnThisProject (projectId As ProjectId) As IImmutableSet(Of ProjectId)
Parameter
- projectId
- ProjectId