TaskItem.ITaskItem2.GetMetadataValueEscaped(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.
Returns the escaped value of the metadata with the specified key.
virtual System::String ^ Microsoft.Build.Framework.ITaskItem2.GetMetadataValueEscaped(System::String ^ metadataName) = Microsoft::Build::Framework::ITaskItem2::GetMetadataValueEscaped;
string ITaskItem2.GetMetadataValueEscaped (string metadataName);
abstract member Microsoft.Build.Framework.ITaskItem2.GetMetadataValueEscaped : string -> string
override this.Microsoft.Build.Framework.ITaskItem2.GetMetadataValueEscaped : string -> string
Function GetMetadataValueEscaped (metadataName As String) As String Implements ITaskItem2.GetMetadataValueEscaped
Parameters
- metadataName
- String
The metadata to be queried
Returns
The escaped metadata value.