Click or drag to resize
AdcProviderManagerProviders Property
Gets the collection of providers stored in the manager.

Namespace: Microsoft.IoT.DeviceCore.Adc
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<IAdcControllerProvider> Providers { get; }

Property Value

Type: IListIAdcControllerProvider
The collection of providers stored in the manager.
See Also