GpioPin.SharingMode Property
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 sharing mode in which the general-purpose I/O (GPIO) pin is open.
public:
property GpioSharingMode SharingMode { GpioSharingMode get(); };
GpioSharingMode SharingMode();
public GpioSharingMode SharingMode { get; }
var gpioSharingMode = gpioPin.sharingMode;
Public ReadOnly Property SharingMode As GpioSharingMode
Property Value
The sharing mode in which the GPIO pin is open.
Windows requirements
App capabilities |
lowLevel
|