ProjectRootElementLink.CreateTaskElement(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 CreateTaskElement(String).
public:
abstract Microsoft::Build::Construction::ProjectTaskElement ^ CreateTaskElement(System::String ^ name);
public abstract Microsoft.Build.Construction.ProjectTaskElement CreateTaskElement (string name);
abstract member CreateTaskElement : string -> Microsoft.Build.Construction.ProjectTaskElement
Public MustOverride Function CreateTaskElement (name As String) As ProjectTaskElement
Parameters
- name
- String