ProjectRootElementLink.CreateOnErrorElement(String) Method

Definition

Facilitate remoting the CreateOnErrorElement(String).

public:
 abstract Microsoft::Build::Construction::ProjectOnErrorElement ^ CreateOnErrorElement(System::String ^ executeTargets);
public abstract Microsoft.Build.Construction.ProjectOnErrorElement CreateOnErrorElement (string executeTargets);
abstract member CreateOnErrorElement : string -> Microsoft.Build.Construction.ProjectOnErrorElement
Public MustOverride Function CreateOnErrorElement (executeTargets As String) As ProjectOnErrorElement

Parameters

executeTargets
String

Returns

Applies to