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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.