次の方法で共有


IppPrintDevice.GetPrinterAttributesAsBuffer(IIterable<String>) メソッド

定義

シリアル化されたインターネット印刷プロトコル (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 属性の名前。

戻り値

シリアル化されたインターネット印刷プロトコル (IPP) 応答のプリンター属性グループ。

適用対象