UiPath Documentation
activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

UI Automation アクティビティ

最終更新日時 2026年4月7日

チェック

チェック ボックスまたはラジオ ボタンのオンオフを切り替えます。

この API は Open または Attach の後に追加する必要があります。

定義

名前空間: UiPath.UIAutomationNext.API.Models

アセンブリ: UiPath.UIAutomationNext.API.Models (in UiPath.UIAutomationNext.API.Models dll)

オーバー ロード

オーバーロード説明
Check(String, CheckOptions)オブジェクト リポジトリの文字列で識別されるチェック ボックスまたはラジオ ボタンをオンまたはオフにします。
Check(IElementDescriptor, CheckOptions)チェック操作をカスタマイズする際に、オブジェクト リポジトリの要素の記述子によって識別されたチェック ボックスまたはラジオ ボタンをオンまたはオフにします。
Check(String, NCheckType)チェックの種類をカスタマイズする際に、オブジェクト リポジトリの文字列によって識別されるチェック ボックスまたはラジオ ボタンをオンまたはオフにします。
Check(TargetAnchorableModel, CheckOptions)チェック アクションをカスタマイズするときに、TargetAnchorableModel オブジェクトによって識別されるチェック ボックスまたはラジオ ボタンをオンまたはオフにします。
Check(RuntimeTarget, CheckOptions)チェック操作をカスタマイズする際に、オブジェクト リポジトリ要素のランタイム インスタンスによって識別されたチェック ボックスまたはラジオ ボタンをオンまたはオフにします。
Check(IElementDescriptor, NCheckType)チェックの種類をカスタマイズする際に、オブジェクト リポジトリの要素の記述子によって識別されたチェック ボックスまたはラジオ ボタンをオンまたはオフにします。

Check(String, CheckOptions)

文字列ターゲットによって識別されるチェック ボックスまたはラジオ ボタンをオンまたはオフにします。

Check(
    string target, 
    CheckOptions checkOptions)
Check(
    string target, 
    CheckOptions checkOptions)

target string : オブジェクト リポジトリでオンまたはオフにするラジオ ボタンまたはチェック ボックスを指定します。

checkOptions CheckOptions : CheckType NCheckType - 実行するアクションです。

* `Check` - Select a check box or radio button.
* `Uncheck` - Clear a check box.
* `Toggle` - Switch the state of a check box (select if
  cleared and clear if selected).
* `Check` - Select a check box or radio button.
* `Uncheck` - Clear a check box.
* `Toggle` - Switch the state of a check box (select if
  cleared and clear if selected).

: AlterIfDisabled Boolean - True の場合、ターゲット要素が無効化されていても API によってアクションが実行されます。既定値は False です。

Check(IElementDescriptor, CheckOptions)

チェック操作をカスタマイズする際に、オブジェクト リポジトリの要素の記述子によって識別されたチェック ボックスまたはラジオ ボタンをオンまたはオフにします。

Check(
    IElementDescriptor elementDescriptor,
    CheckOptions checkOptions)
Check(
    IElementDescriptor elementDescriptor,
    CheckOptions checkOptions)

IElementDescriptor elementDescriptor : チェックまたはチェック解除するオブジェクト リポジトリの要素の記述子です。

checkOptions CheckOptions : CheckType NCheckType - 実行するアクションです。

* `Check` - Select a check box or radio
  button.
* `Uncheck` - Clear a check box.
* `Toggle` - Switch the state of a check box
  (select if cleared and clear if selected).
* `Check` - Select a check box or radio
  button.
* `Uncheck` - Clear a check box.
* `Toggle` - Switch the state of a check box
  (select if cleared and clear if selected).

: AlterIfDisabled Boolean - True の場合、ターゲット要素が無効化されていても API によってアクションが実行されます。既定値は False です。

Check(String, NCheckType)

文字列ターゲットによって識別されるチェックボックスまたはラジオ ボタンをオンまたはオフにします。同時に、チェックの種類をカスタマイズします。

Check(
    string target, 
    NCheckType checkType)
Check(
    string target, 
    NCheckType checkType)

target string : オブジェクト リポジトリでオンまたはオフにするラジオ ボタンまたはチェック ボックスを指定します。

checkType NCheckType : 実行するアクションです。

* `Check` - Select a check box or radio
  button.
* `Uncheck` - Clear a check box.
* `Toggle` - Switch the state of a check box
  (select if cleared and clear if selected).
* `Check` - Select a check box or radio
  button.
* `Uncheck` - Clear a check box.
* `Toggle` - Switch the state of a check box
  (select if cleared and clear if selected).

Check(TargetAnchorableModel, CheckOptions)

チェック アクションをカスタマイズするときに、TargetAnchorableModel オブジェクトによって識別されるチェック ボックスまたはラジオ ボタンをオンまたはオフにします。

Check(
    TargetAnchorableModel target,
    CheckOptions checkOptions)
Check(
    TargetAnchorableModel target,
    CheckOptions checkOptions)

target TargetAnchorableModel : オンまたはオフにする対象のアンカー可能なモデル (UI 要素) です。

checkOptions CheckOptions : CheckType NCheckType - 実行するアクションです。

* `Check` - Select a check box or radio
  button.
* `Uncheck` - Clear a check box.
* `Toggle` - Switch the state of a check box
  (select if cleared and clear if selected).
* `Check` - Select a check box or radio
  button.
* `Uncheck` - Clear a check box.
* `Toggle` - Switch the state of a check box
  (select if cleared and clear if selected).

: AlterIfDisabled Boolean - True の場合、ターゲット要素が無効化されていても API によってアクションが実行されます。既定値は False です。

Check(RuntimeTarget, CheckOptions)

チェック操作をカスタマイズする際に、オブジェクト リポジトリ要素のランタイム インスタンスによって識別されたチェック ボックスまたはラジオ ボタンをオンまたはオフにします。

Check(
    RuntimeTarget target,
    CheckOptions checkOptions)
Check(
    RuntimeTarget target,
    CheckOptions checkOptions)

RuntimeTarget target : チェックまたはチェック解除するオブジェクト リポジトリの要素のランタイム インスタンスです。

checkOptions CheckOptions : CheckType NCheckType - 実行するアクションです。

* `Check` - Select a check box or radio
  button.
* `Uncheck` - Clear a check box.
* `Toggle` - Switch the state of a check box
  (select if cleared and clear if selected).
* `Check` - Select a check box or radio
  button.
* `Uncheck` - Clear a check box.
* `Toggle` - Switch the state of a check box
  (select if cleared and clear if selected).

: AlterIfDisabled Boolean - True の場合、ターゲット要素が無効化されていても API によってアクションが実行されます。既定値は False です。

Check(IElementDescriptor, NCheckType)

チェックの種類をカスタマイズする際に、オブジェクト リポジトリの要素の記述子によって識別されたチェック ボックスまたはラジオ ボタンをオンまたはオフにします。

Check(
    IElementDescriptor elementDescriptor,
    NCheckType checkType)
Check(
    IElementDescriptor elementDescriptor,
    NCheckType checkType)

IElementDescriptor elementDescriptor : チェックまたはチェック解除するオブジェクト リポジトリの要素の記述子です。

checkType NCheckType : 実行するアクションです。

* `Check` - Select a check box or radio
  button.
* `Uncheck` - Clear a check box.
* `Toggle` - Switch the state of a check box
  (select if cleared and clear if selected).
* `Check` - Select a check box or radio
  button.
* `Uncheck` - Clear a check box.
* `Toggle` - Switch the state of a check box
  (select if cleared and clear if selected).

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得