Compartilhar via


IppAttributeValue.CreateEnumArray(IIterable<Int32>) Método

Definição

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

public:
 static IppAttributeValue ^ CreateEnumArray(IIterable<int> ^ values);
 static IppAttributeValue CreateEnumArray(IIterable<int> const& values);
public static IppAttributeValue CreateEnumArray(IEnumerable<int> values);
function createEnumArray(values)
Public Shared Function CreateEnumArray (values As IEnumerable(Of Integer)) As IppAttributeValue

Parâmetros

values

IIterable<Int32>

IEnumerable<Int32>

IIterable<int>

Os valores da matriz de enum atributos.

Retornos

O novo objeto IppAttributeValue .

Aplica-se a