XmpMetadata.SetNamedValue

XmpMetadata.SetNamedValue method

Imposta il valore denominato in una struttura. Il valore con nome precedente, se già esistente, verrà sostituito con uno nuovo.

public void SetNamedValue(string structureKey, string valueKey, XmpValue value)
ParametroTipoDescrizione
structureKeyStringChiave della struttura da ricercare nel dizionario.
valueKeyStringNome del valore da impostare nella struttura.
valueXmpValueValore da impostare nella struttura.

Guarda anche