Compartir a través de


ProjectChanges.GetRemovedAnalyzerConfigDocuments Método

Definición

Obtenga DocumentIdlos documentos de configuración del analizador quitados en el orden en que aparecen en DocumentIds .OldProject

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)

Devoluciones

Atributos

Se aplica a