ProjectChanges.GetChangedAnalyzerConfigDocuments メソッド

定義

任意の変更 (テキストと非テキスト) を含むアナライザー構成ドキュメントの順序DocumentIdsNewProjectを取得DocumentIdします。

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)

戻り値

属性

適用対象