Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 749 Bytes

displaydevice_iscapabilitysupported_1611783434.md

File metadata and controls

27 lines (19 loc) · 749 Bytes
-api-id -api-type ms.custom
M:Windows.Devices.Display.Core.DisplayDevice.IsCapabilitySupported(Windows.Devices.Display.Core.DisplayDeviceCapability)
winrt method
RS5

Windows.Devices.Display.Core.DisplayDevice.IsCapabilitySupported

-description

Retrieves a Boolean value indicating whether or not a given capability is supported by this DisplayDevice.

-parameters

-param capability

The DisplayDeviceCapability to query about.

-returns

true if the capability is supported, otherwise false.

-remarks

-see-also

-examples