Interface IDeviceContainer
Represents an object that contains an IDevice.
Namespace: Microsoft.XboxStudios.DeviceConsole
Assembly: DeviceConsole.Abstractions.dll
Syntax
public interface IDeviceContainer
Properties
View SourceDevice
Gets the device.
Declaration
IDevice Device { get; }
Property Value
Type | Description |
---|---|
IDevice |