Compartilhar via


IppAttributeValue.CreateUriSchemaArray(IIterable<String>) Método

Definição

Cria um objeto IppAttributeValue que contém uma matriz de uriScheme atributos com os valores especificados.

public:
 static IppAttributeValue ^ CreateUriSchemaArray(IIterable<Platform::String ^> ^ values);
 static IppAttributeValue CreateUriSchemaArray(IIterable<winrt::hstring> const& values);
public static IppAttributeValue CreateUriSchemaArray(IEnumerable<string> values);
function createUriSchemaArray(values)
Public Shared Function CreateUriSchemaArray (values As IEnumerable(Of String)) As IppAttributeValue

Parâmetros

values

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Os valores da matriz de uriScheme atributos.

Retornos

O novo objeto IppAttributeValue .

Aplica-se a