ISolutionWorkspaceService2.InvalidProjects Property

Definition

Gets paths to all the invalid projects in the solution.

public:
 property System::Collections::Immutable::ImmutableHashSet<System::String ^> ^ InvalidProjects { System::Collections::Immutable::ImmutableHashSet<System::String ^> ^ get(); };
public System.Collections.Immutable.ImmutableHashSet<string> InvalidProjects { get; }
member this.InvalidProjects : System.Collections.Immutable.ImmutableHashSet<string>
Public ReadOnly Property InvalidProjects As ImmutableHashSet(Of String)

Property Value

Applies to