ProjectChanges.GetChangedDocuments 메서드

정의

오버로드

GetChangedDocuments(Boolean)

변경된 문서가 표시되는 DocumentIdsNewProject순서대로 가져옵니다. true이면 onlyGetDocumentsWithTextChanges 텍스트가 변경된 문서만 가져옵니다(실제 콘텐츠가 아닌 텍스트 원본만 확인). 그렇지 않으면 변경 내용이 있는 문서(예ParseOptionsSourceCodeKind: 파일 경로)를 가져옵니다.

GetChangedDocuments()

DocumentId표시되는 순서대로 변경 내용(텍스트 및 텍스트가 아닌 문서)이 있는 DocumentIdsNewProject문서를 가져옵니다.

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 텍스트가 변경된 문서만 가져옵니다(실제 콘텐츠가 아닌 텍스트 원본만 확인). 그렇지 않으면 변경 내용이 있는 문서(예ParseOptionsSourceCodeKind: 파일 경로)를 가져옵니다.

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

DocumentId표시되는 순서대로 변경 내용(텍스트 및 텍스트가 아닌 문서)이 있는 DocumentIdsNewProject문서를 가져옵니다.

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)

반환

적용 대상