IppAttributeConverter.ConvertBufferToIppAttributes(IBuffer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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