IGpioProvider.GetControllers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the controllers available on the system.
public:
IVectorView<IGpioControllerProvider ^> ^ GetControllers();
IVectorView<IGpioControllerProvider> GetControllers();
public IReadOnlyList<IGpioControllerProvider> GetControllers();
function getControllers()
Public Function GetControllers () As IReadOnlyList(Of IGpioControllerProvider)
Returns
A list of values that represent the controllers available on the system.