IppAttributeValue.GetIntegerArray Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém a matriz de integer
atributos contidos no objeto IppAttributeValue atual.
public:
virtual IVector<int> ^ GetIntegerArray() = GetIntegerArray;
IVector<int> GetIntegerArray();
public IList<int> GetIntegerArray();
function getIntegerArray()
Public Function GetIntegerArray () As IList(Of Integer)
Retornos
A matriz de integer
atributos.