Partager via


ProjectChanges.GetChangedDocuments Méthode

Définition

Surcharges

GetChangedDocuments(Boolean)

Obtenir les documents modifiés dans l’ordre dans lequel ils apparaissent DocumentIdsNewProject. Lorsque onlyGetDocumentsWithTextChanges c’est vrai, obtenez uniquement des documents avec des modifications de texte (nous vérifions uniquement la source de texte, et non le contenu réel) ; sinon, obtenez des documents avec toutes les modifications, c’est-à-dire, SourceCodeKind et chemin d’accès au ParseOptionsfichier.

GetChangedDocuments()

Obtenez DocumentIddes documents avec toutes les modifications (textuelles et non textuelles) dans l’ordre dans lequel ils apparaissent 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

Obtenir les documents modifiés dans l’ordre dans lequel ils apparaissent DocumentIdsNewProject. Lorsque onlyGetDocumentsWithTextChanges c’est vrai, obtenez uniquement des documents avec des modifications de texte (nous vérifions uniquement la source de texte, et non le contenu réel) ; sinon, obtenez des documents avec toutes les modifications, c’est-à-dire, SourceCodeKind et chemin d’accès au ParseOptionsfichier.

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)

Paramètres

onlyGetDocumentsWithTextChanges
Boolean

Retours

Attributs

S’applique à

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

Obtenez DocumentIddes documents avec toutes les modifications (textuelles et non textuelles) dans l’ordre dans lequel ils apparaissent 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)

Retours

S’applique à