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