ProjectChanges.GetChangedAnalyzerConfigDocuments 方法

定义

获取DocumentId分析器配置文档,其中包含任何更改, (文本和非文本) 的顺序显示DocumentIdsNewProject

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

返回

属性

适用于