System.Tether.Manager.TTetheringProfiles.AllowedProtocolAdapters

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

Delphi

class property AllowedProtocolAdapters[const AProfileType: TTetheringProfileType]: TTetheringProtocolAdapterTypes

C++

/* static */ __property System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > AllowedProtocolAdapters[const System::UnicodeString AProfileType] = {read=GetProfileProtocolAdapters};

プロパティ

種類 可視性 ソース ユニット
property public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfiles


説明

指定されたプロファイルのタイプでサポートされている、アダプタ タイプとプロトコル タイプの組み合わせのリストです。

例外

AllowedProtocolAdapters への呼び出しは、次の例外のいずれかを発生させます:

Exception Exception.Message シナリオ

ETetheringException

プロファイル "<プロファイル タイプ>" は登録されていません

プロファイル "<プロファイル タイプ>" には登録済みのプロトコル アダプタがありません

関連項目