ProjectItemDefinitionLink.SetMetadataValue(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 SetMetadataValue(String, String).
public:
abstract Microsoft::Build::Evaluation::ProjectMetadata ^ SetMetadataValue(System::String ^ name, System::String ^ unevaluatedValue);
public abstract Microsoft.Build.Evaluation.ProjectMetadata SetMetadataValue (string name, string unevaluatedValue);
abstract member SetMetadataValue : string * string -> Microsoft.Build.Evaluation.ProjectMetadata
Public MustOverride Function SetMetadataValue (name As String, unevaluatedValue As String) As ProjectMetadata
Parameters
- name
- String
- unevaluatedValue
- String