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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.