IXamlType.GetMember(String) 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.
Retourne les informations IXamlMember pour un membre nommé spécifique à partir de cet IXamlType.
public:
IXamlMember ^ GetMember(Platform::String ^ name);
IXamlMember GetMember(winrt::hstring const& name);
public IXamlMember GetMember(string name);
function getMember(name)
Public Function GetMember (name As String) As IXamlMember
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom du membre à obtenir (sous forme de chaîne).
Retours
Informations IXamlMember pour le membre, si un membre spécifié par son nom a été trouvé ; sinon, null.