IppAttributeValue.CreateUriArray(IIterable<Uri>) Method

Definition

Creates an IppAttributeValue object that contains an array of uri attributes with the specified values.

public:
 static IppAttributeValue ^ CreateUriArray(IIterable<Uri ^> ^ values);
 static IppAttributeValue CreateUriArray(IIterable<Uri> const& values);
public static IppAttributeValue CreateUriArray(IEnumerable<System.Uri> values);
function createUriArray(values)
Public Shared Function CreateUriArray (values As IEnumerable(Of Uri)) As IppAttributeValue

Parameters

values

IIterable<Uri>

IEnumerable<Uri>

The values of the array of uri attributes.

Returns

The new IppAttributeValue object.

Applies to