Метод | Описание | |
---|---|---|
DestinationManager ( ) : System | ||
RegisterSource ( IDestinationSource source ) : void | ||
SupportsDestinationType ( string typeName ) : bool | ||
SyncFromSettings ( ) : void | ||
UnregisterSource ( IDestinationSource source ) : void |
Метод | Описание | |
---|---|---|
GetConnectableDestinations ( IDestination destinations ) : IDestination[] | ||
source_DestinationAdded ( IDestination destination ) : void | ||
source_DestinationRemoved ( IDestination destination ) : void |
public RegisterSource ( IDestinationSource source ) : void | ||
source | IDestinationSource | |
Результат | void |
public SupportsDestinationType ( string typeName ) : bool | ||
typeName | string | |
Результат | bool |
public UnregisterSource ( IDestinationSource source ) : void | ||
source | IDestinationSource | |
Результат | void |