ProjectChanges.GetRemovedAnalyzerConfigDocuments 方法

定义

按其显示DocumentIdsOldProject顺序获取DocumentId已删除的分析器配置文档。

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)

返回

属性

适用于