PersonalizationDictionary.Contains(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value indicating whether a piece of custom state information with the same key is contained in the personalization dictionary.
public:
virtual bool Contains(System::String ^ key);
public virtual bool Contains(string key);
abstract member Contains : string -> bool
override this.Contains : string -> bool
Public Overridable Function Contains (key As String) As Boolean
- key
- String
A key value.
true
if the provided key matches a key in the personalization dictionary; otherwise, false
.
key
is either an empty string (""), or trimming key
results in an empty string.
key
is null
.
Use this method to determine whether a piece of custom state information is contained in a personalization dictionary.
Продукт | Версии |
---|---|
.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 |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: