Compartilhar via


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

Definição

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

public:
 static IppAttributeValue ^ CreateCharsetArray(IIterable<Platform::String ^> ^ values);
 static IppAttributeValue CreateCharsetArray(IIterable<winrt::hstring> const& values);
public static IppAttributeValue CreateCharsetArray(IEnumerable<string> values);
function createCharsetArray(values)
Public Shared Function CreateCharsetArray (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 charset atributos.

Retornos

O novo objeto IppAttributeValue .

Aplica-se a