Partager via


PrintWorkflowPrinterJob.GetJobAttributesAsBuffer Méthode

Définition

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

attributeNames

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Noms des attributs IPP à récupérer.

Retours

Un groupe d’attributs d’imprimante à partir d’une réponse IPP sérialisée.

S’applique à