System.Tether.AppProfile.TTetheringAppProfile.GetAllowedProtocolsAdapters

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

Delphi

class function GetAllowedProtocolsAdapters: TTetheringProtocolAdapterTypes; override;

C++

__classmethod virtual System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > __fastcall GetAllowedProtocolsAdapters();

プロパティ

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


説明

このアプリケーション プロファイルがサポートしている、プロトコルアダプタの識別子のペア配列を返します。

System.Tether.AppProfile ユニットの initialization セクションでは、TTetheringAppProfile プロファイルと、TTetheringAppProfile がサポートしているプロトコルとアダプタのペアの両方を登録します。

関連項目