ProjectRootElementLink.CreateOnErrorElement(String) Method
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.
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