SolutionChanges.GetProjectChanges Method

Definition

public:
 System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::ProjectChanges> ^ GetProjectChanges();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.SolutionChanges+<GetProjectChanges>d__4))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectChanges> GetProjectChanges ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.SolutionChanges+<GetProjectChanges>d__4))>]
member this.GetProjectChanges : unit -> seq<Microsoft.CodeAnalysis.ProjectChanges>
Public Iterator Function GetProjectChanges () As IEnumerable(Of ProjectChanges)

Returns

Attributes

Applies to