API: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

説明

キーがプロトコル タイプ、値がアダプタ タイプからなる、キー&値ペア配列を返します。各項目では、TTetheringProfile 実装がサポートする「キー&値」の組み合わせを表しています。

System.Tether.AppProfile.TTetheringAppProfile.GetAllowedProtocolsAdapters は System.Tether.Manager.TTetheringProfile.GetAllowedProtocolsAdapters を継承しています。以下の内容はすべて System.Tether.Manager.TTetheringProfile.GetAllowedProtocolsAdapters を参照しています。


キーがプロトコル タイプ、値がアダプタ タイプからなる、キー&値ペア配列を返します。各項目では、TTetheringProfile 実装がサポートする「キー&値」の組み合わせを表しています。

返された配列は、ImplementedProtocolAdapters プロパティのデフォルト値です。


GetAllowedProtocolsAdapters は、抽象メソッドです。 GetAllowedProtocolsAdapters は、TTetheringProfile のサブクラスで実装することができます。

関連項目