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