Freigeben über


IppPrintDevice.GetPrinterAttributes(IIterable<String>) Methode

Definition

Ruft Attribute für den aktuellen Drucker als Zuordnung des IPP-Attributs (Internet Printing Protocol) ab.

public:
 virtual IMap<Platform::String ^, IppAttributeValue ^> ^ GetPrinterAttributes(IIterable<Platform::String ^> ^ attributeNames) = GetPrinterAttributes;
IMap<winrt::hstring, IppAttributeValue const&> GetPrinterAttributes(IIterable<winrt::hstring> const& attributeNames);
public IDictionary<string,IppAttributeValue> GetPrinterAttributes(IEnumerable<string> attributeNames);
function getPrinterAttributes(attributeNames)
Public Function GetPrinterAttributes (attributeNames As IEnumerable(Of String)) As IDictionary(Of String, IppAttributeValue)

Parameter

attributeNames

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Die Namen der abzurufenden IPP-Attribute.

Gibt zurück

Eine Zuordnung von IPP-Attributnamen (Internet Printing Protocol) und Wertpaaren.

Gilt für: