IppAttributeConverter.ConvertIppAttributesToBuffer Method

Definition

public:
 static IBuffer ^ ConvertIppAttributesToBuffer(IIterable<IKeyValuePair<Platform::String ^, IppAttributeValue ^> ^> ^ attributes, IppAttributeGroupKind attributeGroupKind);
 static IBuffer ConvertIppAttributesToBuffer(IIterable<IKeyValuePair<winrt::hstring, IppAttributeValue const&>> const& attributes, IppAttributeGroupKind const& attributeGroupKind);
/// [Windows.Foundation.Metadata.Experimental]
 static IBuffer ConvertIppAttributesToBuffer(IIterable<IKeyValuePair<winrt::hstring, IppAttributeValue const&>> const& attributes, IppAttributeGroupKind const& attributeGroupKind);
public static IBuffer ConvertIppAttributesToBuffer(IEnumerable<KeyValuePair<string,IppAttributeValue>> attributes, IppAttributeGroupKind attributeGroupKind);
[Windows.Foundation.Metadata.Experimental]
public static IBuffer ConvertIppAttributesToBuffer(IEnumerable<KeyValuePair<string,IppAttributeValue>> attributes, IppAttributeGroupKind attributeGroupKind);
function convertIppAttributesToBuffer(attributes, attributeGroupKind)
Public Shared Function ConvertIppAttributesToBuffer (attributes As IEnumerable(Of KeyValuePair(Of String, IppAttributeValue)), attributeGroupKind As IppAttributeGroupKind) As IBuffer

Parameters

attributeGroupKind
IppAttributeGroupKind

Returns

Attributes

Applies to