HdmiDisplayInformation.GetSupportedDisplayModes Method

Definition

Gets the display modes that are supported by your current display. This is determined in combination by your device type, specifications, and settings.

public:
 virtual IVectorView<HdmiDisplayMode ^> ^ GetSupportedDisplayModes() = GetSupportedDisplayModes;
IVectorView<HdmiDisplayMode> GetSupportedDisplayModes();
public IReadOnlyList<HdmiDisplayMode> GetSupportedDisplayModes();
function getSupportedDisplayModes()
Public Function GetSupportedDisplayModes () As IReadOnlyList(Of HdmiDisplayMode)

Returns

The list of display modes that are supported.

Applies to