RemoteAuthenticationActions.IsAction(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した が特定 candidate
の を表す RemoteAuthenticationActionsかどうか。
public:
static bool IsAction(System::String ^ action, System::String ^ candidate);
public static bool IsAction (string action, string candidate);
static member IsAction : string * string -> bool
Public Shared Function IsAction (action As String, candidate As String) As Boolean
パラメーター
- action
- String
- candidate
- String
候補。
戻り値
が指定 RemoteAuthenticationActions されたアクションかどうか。