DataPackagePropertySetView.HasKey(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.
Indique si l’objet DataPackagePropertySetView contient une propriété spécifique.
public:
virtual bool HasKey(Platform::String ^ key) = IMapView<Platform::String ^, Platform::Object ^>::HasKey;
bool HasKey(winrt::hstring const& key);
public bool HasKey(string key);
function hasKey(key)
Public Function HasKey (key As String) As Boolean
Paramètres
- key
-
String
Platform::String
winrt::hstring
Clé.
Retours
bool
True si le jeu de propriétés a un élément avec la clé spécifiée ; sinon, false.
Implémente
Remarques
Avec la classe DataPackagePropertySetView , utilisez HasKey pour voir si l’objet contient une propriété spécifique. Cela est utile dans les situations où votre application nécessite une propriété personnalisée que l’objet DataPackagePropertySetView ne prend pas directement en charge. Pour plus d’informations, consultez IMapView(String, Object).