Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Represents the matching logic that the DDA uses to find a control
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As FindWindowMatchType
Syntax
'Declaration
Public Enumeration FindWindowMatchType
public enum FindWindowMatchType
public enum class FindWindowMatchType
public enum FindWindowMatchType
public enum FindWindowMatchType
Members
| Member name | Description |
|---|---|
| Contains | Finds a control with a name that contains a specified text. |
| EndsWith | Finds a control with a name that ends with a specified text. |
| Equals | Finds a control with a name that matches a specified text. |
| Ignore | Finds a control with a name ignoring a specified text. |
| StartsWith | Finds a control with a name that starts with a specified text. |
Platforms
See Also
Reference
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.