DisplayDevice.IsCapabilitySupported(DisplayDeviceCapability) Method
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.
Retrieves a Boolean value indicating whether or not a given capability is supported by this DisplayDevice.
public:
virtual bool IsCapabilitySupported(DisplayDeviceCapability capability) = IsCapabilitySupported;
bool IsCapabilitySupported(DisplayDeviceCapability const& capability);
public bool IsCapabilitySupported(DisplayDeviceCapability capability);
function isCapabilitySupported(capability)
Public Function IsCapabilitySupported (capability As DisplayDeviceCapability) As Boolean
- capability
- DisplayDeviceCapability
The DisplayDeviceCapability to query about.
Boolean
bool
true
if the capability is supported, otherwise false
.
Product | Versions |
---|---|
WinRT | Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |