ICustomPropertyProvider.GetIndexedProperty(String, TypeName) 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 l’objet de prise en charge ICustomProperty d’une propriété personnalisée en spécifiant un nom de propriété et le type de la collection indexée.
public:
ICustomProperty ^ GetIndexedProperty(Platform::String ^ name, TypeName type);
ICustomProperty GetIndexedProperty(winrt::hstring const& name, TypeName const& type);
public ICustomProperty GetIndexedProperty(string name, System.Type type);
function getIndexedProperty(name, type)
Public Function GetIndexedProperty (name As String, type As Type) As ICustomProperty
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom de la propriété pour laquelle obtenir l’objet de prise en charge.
Retours
Objet de prise en charge retourné pour la propriété personnalisée, ou nullptr.