AccessKeyManager.IsKeyRegistered(Object, String) Método

Definição

Indica se a chave especificada é registrada como uma chave de acesso no escopo especificado.

public:
 static bool IsKeyRegistered(System::Object ^ scope, System::String ^ key);
public static bool IsKeyRegistered (object scope, string key);
static member IsKeyRegistered : obj * string -> bool
Public Shared Function IsKeyRegistered (scope As Object, key As String) As Boolean

Parâmetros

scope
Object

A fonte de apresentação a consultar para key.

key
String

A chave a ser consultada.

Retornos

true se a chave estiver registrada, caso contrário, false.

Aplica-se a