IppAttributeValue.CreateUriArray(IIterable<Uri>) 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.
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
The values of the array of uri
attributes.
Returns
The new IppAttributeValue object.