System.Tether.AppProfile.TTetheringRemoteKind

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

Delphi

TTetheringRemoteKind = (Shared, Mirror);

C++

enum class DECLSPEC_DENUM TTetheringRemoteKind : unsigned char { Shared, Mirror };

プロパティ

種類 可視性 ソース ユニット
enum public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile System.Tether.AppProfile


説明

項目の値が項目を公開しているアプリケーションで定義されているのか(Shared)、別のリモート項目からミラーリングされているのか(Mirror)を決定します。

関連項目