System.Tether.AppProfile.TTetheringAppProfile.Actions

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Actions: TActionCollection read GetSharedActions write SetSharedActions;

C++

__property TActionCollection* Actions = {read=GetSharedActions, write=SetSharedActions};

プロパティ

種類 可視性 ソース ユニット
property published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


説明

Collection は、リモート プロファイルと共有する、もしくは、リモート プロファイルからミラーリングする、アクションのコレクションです。

アプリケーション テザリングを使用したリモート アプリケーション上のアクションの共有と実行」を参照してください。

関連項目