XmpPackage.TryGetValue

XmpPackage.TryGetValue method

Gets the value by the key.

public bool TryGetValue(string key, out XmpValue value)
ParameterTypeDescription
keyStringThe XMP element key.
valueXmpValue&The XMP value.

Return Value

true, if the IDictionary contains the key; otherwise, false.

See Also