PrintWorkflowPrinterJob.GetJobAttributesAsBuffer 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.
Obtient les attributs du travail d’imprimante actuel, comme spécifié par une mémoire tampon qui contient un groupe d’attributs d’imprimante à partir d’une réponse IPP (Internet Printing Protocol) sérialisée.
public:
virtual IBuffer ^ GetJobAttributesAsBuffer(IIterable<Platform::String ^> ^ attributeNames) = GetJobAttributesAsBuffer;
IBuffer GetJobAttributesAsBuffer(IIterable<winrt::hstring> const& attributeNames);
public IBuffer GetJobAttributesAsBuffer(IEnumerable<string> attributeNames);
function getJobAttributesAsBuffer(attributeNames)
Public Function GetJobAttributesAsBuffer (attributeNames As IEnumerable(Of String)) As IBuffer
Paramètres
Noms des attributs IPP à récupérer.
Retours
Un groupe d’attributs d’imprimante à partir d’une réponse IPP sérialisée.