Прочетете на английски Редактиране

Споделяне чрез


PersonalizationDictionary.Contains(String) Method

Definition

Returns a value indicating whether a piece of custom state information with the same key is contained in the personalization dictionary.

C#
public virtual bool Contains(string key);

Parameters

key
String

A key value.

Returns

true if the provided key matches a key in the personalization dictionary; otherwise, false.

Exceptions

key is either an empty string (""), or trimming key results in an empty string.

key is null.

Remarks

Use this method to determine whether a piece of custom state information is contained in a personalization dictionary.

Applies to

Продукт Версии
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1