HostedControl.actionsByID Field
Dictionary of actions
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim value As Dictionary(Of Integer, Action)
value = Me.actionsByID
Me.actionsByID = value
Syntax
'Declaration
Protected actionsByID As Dictionary(Of Integer, Action)
protected Dictionary<int,Action> actionsByID
protected:
Dictionary<int, Action^>^ actionsByID
protected Dictionary<int,Action> actionsByID
protected var actionsByID : Dictionary<int,Action>
Platforms
See Also
Reference
HostedControl Class
HostedControl Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.