BuildProjectsIncrementalSupport.ExcludedProjects 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.
Excluded projects
public:
property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ ExcludedProjects { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> ExcludedProjects { get; }
public System.Collections.Generic.IReadOnlyCollection<string>? ExcludedProjects { get; }
member this.ExcludedProjects : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property ExcludedProjects As IReadOnlyCollection(Of String)