UIA_E_NOTSUPPORTED top-level constant

int const UIA_E_NOTSUPPORTED

Indicates that the provider explicitly does not support the specified property or control pattern. UI Automation will return this error code to the caller without attempting to provide a default value or falling back to another provider.

Implementation

const UIA_E_NOTSUPPORTED = 0x80040204;