BuildProjectReferencesContext Constructor
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.
Initializes a new instance of the BuildProjectReferencesContext class.
public:
BuildProjectReferencesContext(bool isBuildOptedOut, System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ projectReferences);
public BuildProjectReferencesContext (bool isBuildOptedOut, System.Collections.Generic.IReadOnlyCollection<string> projectReferences);
public BuildProjectReferencesContext (bool isBuildOptedOut, System.Collections.Generic.IReadOnlyCollection<string>? projectReferences);
new Microsoft.VisualStudio.Workspace.Build.BuildProjectReferencesContext : bool * System.Collections.Generic.IReadOnlyCollection<string> -> Microsoft.VisualStudio.Workspace.Build.BuildProjectReferencesContext
Public Sub New (isBuildOptedOut As Boolean, projectReferences As IReadOnlyCollection(Of String))
Parameters
- isBuildOptedOut
- Boolean
If project opted out from build
- projectReferences
- IReadOnlyCollection<String>
List of project references