LineDisplayCapabilities.SupportedDescriptors 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 number of descriptors supported by the line display.
public:
property unsigned int SupportedDescriptors { unsigned int get(); };
uint32_t SupportedDescriptors();
public uint SupportedDescriptors { get; }
var uInt32 = lineDisplayCapabilities.supportedDescriptors;
Public ReadOnly Property SupportedDescriptors As UInteger
Property Value
The number of descriptors supported by the line display. A value of zero indicates that the line display does not support descriptors.