SymbolEditor.GetChangedDocuments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The documents changed since the SymbolEditor was constructed.
public:
System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Document ^> ^ GetChangedDocuments();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.Editing.SymbolEditor+<GetChangedDocuments>d__9))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Document> GetChangedDocuments ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.Editing.SymbolEditor+<GetChangedDocuments>d__10))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Document> GetChangedDocuments ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.Editing.SymbolEditor+<GetChangedDocuments>d__9))>]
member this.GetChangedDocuments : unit -> seq<Microsoft.CodeAnalysis.Document>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.Editing.SymbolEditor+<GetChangedDocuments>d__10))>]
member this.GetChangedDocuments : unit -> seq<Microsoft.CodeAnalysis.Document>
Public Iterator Function GetChangedDocuments () As IEnumerable(Of Document)
Returns
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.