HdmiDisplayInformation.GetSupportedDisplayModes Method
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 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.