ProjectChanges.GetChangedDocuments Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetChangedDocuments(Boolean) |
Ottenere i documenti modificati nell'ordine in cui vengono visualizzati in DocumentIdsNewProject.
Se |
GetChangedDocuments() |
Ottiene DocumentIdi documenti con qualsiasi modifica (testuale e non testuale) nell'ordine in cui vengono visualizzati in NewProjectDocumentIds . |
GetChangedDocuments(Boolean)
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
Ottenere i documenti modificati nell'ordine in cui vengono visualizzati in DocumentIdsNewProject.
Se onlyGetDocumentsWithTextChanges
è true, recupera solo i documenti con modifiche di testo (controlliamo solo l'origine del testo, non il contenuto effettivo); in caso contrario, ottieni documenti con modifiche, ParseOptionsad esempio , SourceCodeKind e il percorso del file.
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)
Parametri
- onlyGetDocumentsWithTextChanges
- Boolean
Restituisce
- Attributi
Si applica a
GetChangedDocuments()
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
- Origine:
- ProjectChanges.cs
Ottiene DocumentIdi documenti con qualsiasi modifica (testuale e non testuale) nell'ordine in cui vengono visualizzati in NewProjectDocumentIds .
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)