PrintWorkflowPrinterJob.SetJobAttributes Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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<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.