ProjectChanges.GetChangedDocuments メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetChangedDocuments(Boolean) |
変更されたドキュメントを表示する順序でDocumentIdsNewProject取得します。
true の場合 |
GetChangedDocuments() |
変更されたドキュメント (テキスト形式と非テキスト形式) が表示される順序でDocumentIdsNewProjectドキュメントを取得DocumentIdします。 |
GetChangedDocuments(Boolean)
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
変更されたドキュメントを表示する順序でDocumentIdsNewProject取得します。
true の場合 onlyGetDocumentsWithTextChanges
は、テキストが変更されたドキュメントのみを取得します (実際のコンテンツではなく、テキスト ソースのみを確認します)。それ以外の場合は、変更されたドキュメント (つまり ParseOptions、 SourceCodeKind ファイル パス) を取得します。
public:
System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::DocumentId ^> ^ GetChangedDocuments(bool onlyGetDocumentsWithTextChanges);
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetChangedDocuments (bool onlyGetDocumentsWithTextChanges);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetChangedDocuments>d__18))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetChangedDocuments (bool onlyGetDocumentsWithTextChanges);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetChangedDocuments>d__19))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetChangedDocuments (bool onlyGetDocumentsWithTextChanges);
member this.GetChangedDocuments : bool -> seq<Microsoft.CodeAnalysis.DocumentId>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetChangedDocuments>d__18))>]
member this.GetChangedDocuments : bool -> seq<Microsoft.CodeAnalysis.DocumentId>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetChangedDocuments>d__19))>]
member this.GetChangedDocuments : bool -> seq<Microsoft.CodeAnalysis.DocumentId>
Public Iterator Function GetChangedDocuments (onlyGetDocumentsWithTextChanges As Boolean) As IEnumerable(Of DocumentId)
Public Function GetChangedDocuments (onlyGetDocumentsWithTextChanges As Boolean) As IEnumerable(Of DocumentId)
パラメーター
- onlyGetDocumentsWithTextChanges
- Boolean
戻り値
- 属性
適用対象
GetChangedDocuments()
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
- Source:
- ProjectChanges.cs
変更されたドキュメント (テキスト形式と非テキスト形式) が表示される順序でDocumentIdsNewProjectドキュメントを取得DocumentIdします。
public:
System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::DocumentId ^> ^ GetChangedDocuments();
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetChangedDocuments ();
member this.GetChangedDocuments : unit -> seq<Microsoft.CodeAnalysis.DocumentId>
Public Function GetChangedDocuments () As IEnumerable(Of DocumentId)
戻り値
適用対象
.NET