OperationType Enumeration
Represents the different operations allowed on a UI control.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As OperationType
Syntax
'Declaration
Public Enumeration OperationType
public enum OperationType
public enum class OperationType
public enum OperationType
public enum OperationType
Members
Member name | Description |
---|---|
ExecuteControlAction | Executes the default control action. |
FindControl | Finds a control on the UI. |
GetControlValue | Gets the value of the control on the UI. |
SetControlValue | Sets the value of a control on the UI. |
Platforms
See Also
Reference
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.