इसके माध्यम से साझा किया गया


IppPrintDevice.GetPrinterAttributes(IIterable<String>) Method

Definition

Gets attributes for the current printer as a map of Internet Printing Protocol (IPP) attribute name and value pairs.

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)

Parameters

attributeNames

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

The names of the IPP attributes to retrieve.

Returns

A map of Internet Printing Protocol (IPP) attribute names and value pairs.

Applies to