IppAttributeConverter.ConvertIppAttributesToBuffer 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 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
- attributes
-
IIterable<IKeyValuePair<Platform::String,IppAttributeValue>>
IIterable<IKeyValuePair<winrt::hstring,IppAttributeValue>>
- attributeGroupKind
- IppAttributeGroupKind
Returns
- Attributes