HostServices.GetNodeAffinity(String) Method

Definition

Retrieves the node affinity for a particular project file.

public Microsoft.Build.Execution.NodeAffinity GetNodeAffinity (string projectFile);

Parameters

projectFile
String

The project file associated with the node.

Returns

The node affinity for the given project file.

Applies to