共用方式為


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)

傳回

屬性

適用於