ICustomProperty.GetIndexedValue(Object, Object) Método

Definição

Obtém o valor em um local de índice, para casos em que a propriedade personalizada tem suporte para indexador.

public:
 Platform::Object ^ GetIndexedValue(Platform::Object ^ target, Platform::Object ^ index);
IInspectable GetIndexedValue(IInspectable const& target, IInspectable const& index);
public object GetIndexedValue(object target, object index);
function getIndexedValue(target, index)
Public Function GetIndexedValue (target As Object, index As Object) As Object

Parâmetros

target
Object

Platform::Object

IInspectable

A instância proprietária.

index
Object

Platform::Object

IInspectable

O índice a ser obtido.

Retornos

Object

Platform::Object

IInspectable

O valor recuperado no índice.

Aplica-se a