ProjectRootElementLink.CreateMetadataElement 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.
Overloads
CreateMetadataElement(String, String) |
Facilitate remoting the CreateMetadataElement(String, String). |
CreateMetadataElement(String) |
Facilitate remoting the CreateMetadataElement(String). |
CreateMetadataElement(String, String)
- Source:
- ProjectRootElementLink.cs
Facilitate remoting the CreateMetadataElement(String, String).
public:
abstract Microsoft::Build::Construction::ProjectMetadataElement ^ CreateMetadataElement(System::String ^ name, System::String ^ unevaluatedValue);
public abstract Microsoft.Build.Construction.ProjectMetadataElement CreateMetadataElement (string name, string unevaluatedValue);
abstract member CreateMetadataElement : string * string -> Microsoft.Build.Construction.ProjectMetadataElement
Public MustOverride Function CreateMetadataElement (name As String, unevaluatedValue As String) As ProjectMetadataElement
Parameters
- name
- String
- unevaluatedValue
- String
Returns
Applies to
CreateMetadataElement(String)
- Source:
- ProjectRootElementLink.cs
Facilitate remoting the CreateMetadataElement(String).
public:
abstract Microsoft::Build::Construction::ProjectMetadataElement ^ CreateMetadataElement(System::String ^ name);
public abstract Microsoft.Build.Construction.ProjectMetadataElement CreateMetadataElement (string name);
abstract member CreateMetadataElement : string -> Microsoft.Build.Construction.ProjectMetadataElement
Public MustOverride Function CreateMetadataElement (name As String) As ProjectMetadataElement
Parameters
- name
- String