ProjectChanges.GetChangedDocuments Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetChangedDocuments(Boolean) |
Obtenir les documents modifiés dans l’ordre dans lequel ils apparaissent DocumentIdsNewProject.
Lorsque |
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
- 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);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetChangedDocuments>d__18))]
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__19))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetChangedDocuments (bool onlyGetDocumentsWithTextChanges);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetChangedDocuments>d__18))>]
member this.GetChangedDocuments : bool -> seq<Microsoft.CodeAnalysis.DocumentId>
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
- 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)