ClientSideProviderMatchIndicator Enumeration
.NET Framework (current version)
Contains values that specify behavior when matching class names in a ClientSideProviderDescription.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
| Member name | Description | |
|---|---|---|
| AllowSubstringMatch | Specifies that substring comparison is used for comparing class names. | |
| DisallowBaseClassNameMatch | Specifies that the base class of the object is not used when matching window class names. | |
| None | No special flags. |
.NET Framework
Available since 3.0
Available since 3.0
Show: