共用方式為


BuildProjectReferencesContext Constructor

Definition

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

Applies to