ICustomProperty.GetIndexedValue(Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Valeur récupérée à l’index.