IppAttributeConverter.ConvertBufferToIppAttributes(IBuffer) Method

Definition

public:
 static IMap<Platform::String ^, IppAttributeValue ^> ^ ConvertBufferToIppAttributes(IBuffer ^ attributesBuffer);
 static IMap<winrt::hstring, IppAttributeValue const&> ConvertBufferToIppAttributes(IBuffer const& attributesBuffer);
/// [Windows.Foundation.Metadata.Experimental]
 static IMap<winrt::hstring, IppAttributeValue const&> ConvertBufferToIppAttributes(IBuffer const& attributesBuffer);
public static IDictionary<string,IppAttributeValue> ConvertBufferToIppAttributes(IBuffer attributesBuffer);
[Windows.Foundation.Metadata.Experimental]
public static IDictionary<string,IppAttributeValue> ConvertBufferToIppAttributes(IBuffer attributesBuffer);
function convertBufferToIppAttributes(attributesBuffer)
Public Shared Function ConvertBufferToIppAttributes (attributesBuffer As IBuffer) As IDictionary(Of String, IppAttributeValue)

Parameters

attributesBuffer
IBuffer

Returns

Attributes

Applies to