ClientSideProviderMatchIndicator Enum
Definition
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.
Contains values that specify behavior when matching class names in a ClientSideProviderDescription.
This enumeration supports a bitwise combination of its member values.
public enum class ClientSideProviderMatchIndicator
[System.Flags]
public enum ClientSideProviderMatchIndicator
[<System.Flags>]
type ClientSideProviderMatchIndicator =
Public Enum ClientSideProviderMatchIndicator
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No special flags. |
AllowSubstringMatch | 1 | Specifies that substring comparison is used for comparing class names. |
DisallowBaseClassNameMatch | 2 | Specifies that the base class of the object is not used when matching window class names. |
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.