Compartilhar via


PrintWorkflowPrinterJob.SetJobAttributes Método

Definição

Define atributos para o trabalho de impressora atual conforme especificado pelo mapa especificado de pares de nome e valor de atributo IPP (Internet Printing Protocol).

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

Parâmetros

jobAttributes

IIterable<IKeyValuePair<String,IppAttributeValue>>

IEnumerable<KeyValuePair<String,IppAttributeValue>>

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

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

Um mapa de pares de nome e valor do atributo IPP.

Retornos

O resultado da operação do conjunto de atributos.

Aplica-se a