ProjectChanges.GetChangedDocuments Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetChangedDocuments(Boolean) |
Obtener documentos modificados en el orden en que aparecen en DocumentIds .NewProject
Cuando |
GetChangedDocuments() |
Obtiene DocumentIdlos documentos con cualquier cambio (textual y no textual) en el orden en que aparecen en DocumentIds de NewProject. |
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
Obtener documentos modificados en el orden en que aparecen en DocumentIds .NewProject
Cuando onlyGetDocumentsWithTextChanges
es true, solo se obtienen documentos con cambios de texto (solo comprobamos el origen de texto, no el contenido real); de lo contrario, se obtienen documentos con los cambios, es decir, ParseOptions, SourceCodeKind y la ruta de acceso del archivo.
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)
Parámetros
- onlyGetDocumentsWithTextChanges
- Boolean
Devoluciones
- Atributos
Se aplica a
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
Obtiene DocumentIdlos documentos con cualquier cambio (textual y no textual) en el orden en que aparecen en DocumentIds de NewProject.
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)