ProjectRootElementLink.CreatePropertyElement(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 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