IppPrintDevice.GetPrinterAttributesAsBuffer(IIterable<String>) 方法

定义

获取当前打印机的属性,该缓冲区包含序列化 Internet 打印协议 (IPP) 响应中的打印机属性组。

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

参数

attributeNames

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

要检索的 IPP 属性的名称。

返回

来自序列化 Internet 打印协议 (IPP) 响应的打印机属性组。

适用于