ProjectRootElementLink.CreatePropertyElement(String) Method

Definition

Facilitate remoting the CreatePropertyElement(String).

public:
 abstract Microsoft::Build::Construction::ProjectPropertyElement ^ CreatePropertyElement(System::String ^ name);
public abstract Microsoft.Build.Construction.ProjectPropertyElement CreatePropertyElement (string name);
abstract member CreatePropertyElement : string -> Microsoft.Build.Construction.ProjectPropertyElement
Public MustOverride Function CreatePropertyElement (name As String) As ProjectPropertyElement

Parameters

name
String

Returns

Applies to