アクティビティ
最新
バナーの背景画像
UI Automation のアクティビティ
最終更新日 2024年4月26日

接続

デバイスをアプリケーションに接続します。

定義

名前空間: UiPath.MobileAutomation.API.Contracts

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

オーバー ロード

オーバーロード説明
Connect(Device, Application, ConnectionOptions)デバイスとアプリケーション オブジェクトを接続します。
Connect(string, string, ConnectionOptions)モバイル デバイス マネージャーの設定に従って、デバイスとアプリケーションの両方を接続します。

Connect(Device, Application, ConnectionOptions)

デバイスとアプリケーション オブジェクトを接続します。

Connect(
	    Device device,
	    Application application = null,
	    ConnectionOptions options = null
)Connect(
	    Device device,
	    Application application = null,
	    ConnectionOptions options = null
)
device デバイス
接続するデバイス オブジェクトです。
application アプリケーション
モバイル デバイス マネージャーで設定したアプリケーション オブジェクト。
options ConnectionOptions (任意)
接続をさらに設定するためのオプション。

Connect(string, string, ConnectionOptions)

モバイル デバイス マネージャーの設定に従って、デバイスとアプリケーションの両方を接続します。

Connect(
	    string name,
	    string applicationName = null,
	    ConnectionOptions options = null
)Connect(
	    string name,
	    string applicationName = null,
	    ConnectionOptions options = null
)
name 文字列
モバイル デバイス マネージャーで設定したデバイスの名前。
applicationName 文字列
モバイル デバイス マネージャーで設定したアプリケーションの名前です。
options ConnectionOptions (任意)
接続をさらに設定するためのオプション。

戻り値

Connection

モバイル オートメーション API を使用するための接続オブジェクト。

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.