IWorkflowDesignerStorageService.ContainsKey(String) Método

Definição

Retorna um valor que indica se o dicionário contém um item com a chave especificada.Returns a value that indicates whether the dictionary contains an item with the specified key.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 bool ContainsKey(System::String ^ key);
public bool ContainsKey (string key);
abstract member ContainsKey : string -> bool
Public Function ContainsKey (key As String) As Boolean

Parâmetros

key
String

A tecla a ser verificada.The key to check.

Retornos

Boolean

true se o dicionário contiver um item com a chave especificada; caso contrário, false.true if the dictionary contains an item with the specified key; otherwise, false.

Aplica-se a