ISolutionWorkspaceService2.InvalidProjects Property
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.
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)