Interface IDeviceCapabilityLabels
Represents a mapping from DeviceCapability to a label on the real device. When enumerated,
Inherited Members
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Snowflake.Input.Device.DeviceCapability, System.String>>.GetEnumerator()
System.Collections.IEnumerable.GetEnumerator()
Namespace: Snowflake.Input.Device
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IDeviceCapabilityLabels : IEnumerable<KeyValuePair<DeviceCapability, string>>, IEnumerable
Properties
Item[DeviceCapability]
Gets a friendly string representation of the provided device capability.
Declaration
string this[DeviceCapability capability] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| DeviceCapability | capability | The DeviceCapability to get a name for. |
Property Value
| Type | Description |
|---|---|
| System.String | A string representation of the device capbility |