Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ClientSideProviderMatchIndicator Enumeration

 

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.

Namespace:   System.Windows.Automation
Assembly:  UIAutomationClient (in UIAutomationClient.dll)

<FlagsAttribute>
Public Enumeration ClientSideProviderMatchIndicator

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft