AccessKeyManager.IsKeyRegistered(Object, String) メソッド

定義

指定したキーが、指定したスコープ内のアクセス キーとして登録されているかどうかを示します。

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

パラメーター

scope
Object

keyのクエリを実行するプレゼンテーション ソース。

key
String

クエリを実行するキー。

返品

true キーが登録されている場合。それ以外の場合は false

適用対象