Partager via


ICustomProperty.GetIndexedValue(Object, Object) Méthode

Définition

Obtient la valeur à un emplacement d’index, pour les cas où la propriété personnalisée prend en charge l’indexeur.

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

Paramètres

target
Object

Platform::Object

IInspectable

Instance propriétaire.

index
Object

Platform::Object

IInspectable

Index à obtenir.

Retours

Object

Platform::Object

IInspectable

Valeur récupérée à l’index.

S’applique à