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
Arbeiten Sie mit uns auf GitHub zusammen
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.