ITaskItem2.GetMetadataValueEscaped(String) Method

Definition

Allows the values of metadata on the item to be queried.

public:
 System::String ^ GetMetadataValueEscaped(System::String ^ metadataName);
public string GetMetadataValueEscaped (string metadataName);
abstract member GetMetadataValueEscaped : string -> string
Public Function GetMetadataValueEscaped (metadataName As String) As String

Parameters

metadataName
String

The metadata to be queried.

Returns

The escaped metadata value.

Remarks

Taking the opportunity to fix the property name, although this doesn't make it obvious it's an improvement on GetMetadata.

Applies to