System.Tether.Manager.TTetheringProfiles.AllowedProtocolAdapters
Delphi
class property AllowedProtocolAdapters[const AProfileType: TTetheringProfileType]: TTetheringProtocolAdapterTypes  read GetProfileProtocolAdapters;
C++
/* static */ __property System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > AllowedProtocolAdapters[const System::UnicodeString AProfileType] = {read=GetProfileProtocolAdapters};
Inhaltsverzeichnis
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| property | public | System.Tether.Manager.pas System.Tether.Manager.hpp | System.Tether.Manager | TTetheringProfiles | 
Beschreibung
Liste mit Kombinationen von Adaptertyp und Protokolltyp, die von dem angegebenen Profiltyp unterstützt werden.
Exceptions
Ein Aufruf von AllowedProtocolAdapters könnte eine der folgenden Exceptions auslösen:
| Exception | Exception.Message | Szenarien | 
|---|---|---|
| Profil "<Profiltyp>" ist nicht registriert | 
 | |
| Profil "<Profiltyp>" ohne registrierte Protokolladapter | 
 |