Partager via


DataPackagePropertySet.HasKey(String) Méthode

Définition

Indique si l’objet DataPackagePropertySet contient une propriété spécifique.

public:
 virtual bool HasKey(Platform::String ^ key) = IMap<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

Boolean

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 DataPackagePropertySet , 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 DataPackagePropertySet ne prend pas directement en charge. Pour plus d’informations, consultez IMapView(String, Object).

S’applique à