共用方式為


ProjectChanges.GetRemovedAnalyzerConfigDocuments 方法

定義

取得 DocumentId 已移除的分析器組態檔,其顯示順序為 DocumentIdsOldProject

public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetRemovedAnalyzerConfigDocuments ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetRemovedAnalyzerConfigDocuments>d__24))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetRemovedAnalyzerConfigDocuments ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetRemovedAnalyzerConfigDocuments>d__25))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetRemovedAnalyzerConfigDocuments ();
member this.GetRemovedAnalyzerConfigDocuments : unit -> seq<Microsoft.CodeAnalysis.DocumentId>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetRemovedAnalyzerConfigDocuments>d__24))>]
member this.GetRemovedAnalyzerConfigDocuments : unit -> seq<Microsoft.CodeAnalysis.DocumentId>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetRemovedAnalyzerConfigDocuments>d__25))>]
member this.GetRemovedAnalyzerConfigDocuments : unit -> seq<Microsoft.CodeAnalysis.DocumentId>
Public Function GetRemovedAnalyzerConfigDocuments () As IEnumerable(Of DocumentId)
Public Iterator Function GetRemovedAnalyzerConfigDocuments () As IEnumerable(Of DocumentId)

傳回

屬性

適用於