ProjectItemInstance.ITaskItem.SetMetadata(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.
ITaskItem implementation
virtual void Microsoft.Build.Framework.ITaskItem.SetMetadata(System::String ^ metadataName, System::String ^ metadataValue) = Microsoft::Build::Framework::ITaskItem::SetMetadata;
void ITaskItem.SetMetadata (string metadataName, string metadataValue);
abstract member Microsoft.Build.Framework.ITaskItem.SetMetadata : string * string -> unit
override this.Microsoft.Build.Framework.ITaskItem.SetMetadata : string * string -> unit
Sub SetMetadata (metadataName As String, metadataValue As String) Implements ITaskItem.SetMetadata
Parameters
- metadataName
- String
Metadata name to be added or changed.
- metadataValue
- String
Metadata value to be added or changed.