Partager via


PrintWorkflowPrinterJob.SetJobAttributes Méthode

Définition

Définit les attributs pour le travail d’imprimante en cours, comme spécifié par la carte spécifiée des paires nom et valeur d’attribut 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

Paramètres

jobAttributes

IIterable<IKeyValuePair<String,IppAttributeValue>>

IEnumerable<KeyValuePair<String,IppAttributeValue>>

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

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

Mappage des paires nom et valeur d’attribut IPP.

Retours

Résultat de l’opération de jeu d’attributs.

S’applique à