PrintWorkflowPrinterJob.SetJobAttributes Metodo

Definizione

Imposta gli attributi per il processo di stampante corrente, come specificato dalla mappa specificata del nome dell'attributo IPP (Internet Printing Protocol) e delle coppie di valori.

public:
 virtual IppSetAttributesResult ^ SetJobAttributes(IIterable<IKeyValuePair<Platform::String ^, IppAttributeValue ^> ^> ^ jobAttributes) = SetJobAttributes;
IppSetAttributesResult SetJobAttributes(IIterable<IKeyValuePair<winrt::hstring, IppAttributeValue const&>> const& jobAttributes);
public IppSetAttributesResult SetJobAttributes(IEnumerable<KeyValuePair<string,IppAttributeValue>> jobAttributes);
function setJobAttributes(jobAttributes)
Public Function SetJobAttributes (jobAttributes As IEnumerable(Of KeyValuePair(Of String, IppAttributeValue))) As IppSetAttributesResult

Parametri

jobAttributes

IIterable<IKeyValuePair<String,IppAttributeValue>>

IEnumerable<KeyValuePair<String,IppAttributeValue>>

IIterable<IKeyValuePair<Platform::String,IppAttributeValue>>

IIterable<IKeyValuePair<winrt::hstring,IppAttributeValue>>

Mappa dei nomi e delle coppie valore dell'attributo IPP.

Restituisce

Risultato dell'operazione del set di attributi.

Si applica a