Share via


AccessKeyManager.IsKeyRegistered(Object, String) Metodo

Definizione

Indica se il tasto specificato è registrato come tasto di scelta nell'ambito specificato.

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

Parametri

scope
Object

Origine della presentazione su cui eseguire la query per key.

key
String

Tasto per cui eseguire la query.

Restituisce

true se il tasto è registrato. In caso contrario, false.

Si applica a