Freigeben über


IppPrintDevice.GetPrinterAttributesAsBuffer(IIterable<String>) Methode

Definition

Ruft Attribute für den aktuellen Drucker ab, die von einem Puffer angegeben werden, der eine Druckerattributegruppe aus einer serialisierten IPP-Antwort (Internet Printing Protocol) enthält.

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

Parameter

attributeNames

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Die Namen der abzurufenden IPP-Attribute.

Gibt zurück

Eine Druckerattributegruppe aus einer serialisierten IPP-Antwort (Internet Printing Protocol).

Gilt für: