Partager via


DataPackagePropertySetView.HasKey(String) Méthode

Définition

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

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 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).

S’applique à