SolutionChanges.GetRemovedProjects Method

Definition

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

Returns

Attributes

Applies to