Partager via


IppPrintDevice.GetPrinterAttributesAsBuffer(IIterable<String>) Méthode

Définition

Obtient les attributs de l’imprimante actuelle, 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 ^ GetPrinterAttributesAsBuffer(IIterable<Platform::String ^> ^ attributeNames) = GetPrinterAttributesAsBuffer;
IBuffer GetPrinterAttributesAsBuffer(IIterable<winrt::hstring> const& attributeNames);
public IBuffer GetPrinterAttributesAsBuffer(IEnumerable<string> attributeNames);
function getPrinterAttributesAsBuffer(attributeNames)
Public Function GetPrinterAttributesAsBuffer (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 (Internet Printing Protocol) sérialisée.

S’applique à