ProjectChanges.GetAddedAdditionalDocuments 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.
Get DocumentIds of added dditional documents in the order they appear in DocumentIds of NewProject.
public:
System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::DocumentId ^> ^ GetAddedAdditionalDocuments();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetAddedAdditionalDocuments>d__16))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetAddedAdditionalDocuments();
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetAddedAdditionalDocuments();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetAddedAdditionalDocuments>d__16))>]
member this.GetAddedAdditionalDocuments : unit -> seq<Microsoft.CodeAnalysis.DocumentId>
member this.GetAddedAdditionalDocuments : unit -> seq<Microsoft.CodeAnalysis.DocumentId>
Public Iterator Function GetAddedAdditionalDocuments () As IEnumerable(Of DocumentId)
Public Function GetAddedAdditionalDocuments () As IEnumerable(Of DocumentId)
Returns
- Attributes