ProjectRootElementLink.CreateUsingTaskBodyElement(String, 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 CreateUsingTaskBodyElement(String, String).
public:
abstract Microsoft::Build::Construction::ProjectUsingTaskBodyElement ^ CreateUsingTaskBodyElement(System::String ^ evaluate, System::String ^ body);
public abstract Microsoft.Build.Construction.ProjectUsingTaskBodyElement CreateUsingTaskBodyElement (string evaluate, string body);
abstract member CreateUsingTaskBodyElement : string * string -> Microsoft.Build.Construction.ProjectUsingTaskBodyElement
Public MustOverride Function CreateUsingTaskBodyElement (evaluate As String, body As String) As ProjectUsingTaskBodyElement
Parameters
- evaluate
- String
- body
- String