ControlCollection Constructor
Initializes a new instance of the ControlCollection class.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim initString As AdapterAppInitString
Dim controlBindings As XmlElement
Dim instance As New ControlCollection(initString, controlBindings)
Syntax
'Declaration
Public Sub New ( _
initString As AdapterAppInitString, _
controlBindings As XmlElement _
)
public ControlCollection (
AdapterAppInitString initString,
XmlElement controlBindings
)
public:
ControlCollection (
AdapterAppInitString^ initString,
XmlElement^ controlBindings
)
public ControlCollection (
AdapterAppInitString initString,
XmlElement controlBindings
)
public function ControlCollection (
initString : AdapterAppInitString,
controlBindings : XmlElement
)
Parameters
- initString
Specifies the initialization string.
- controlBindings
Specifies the adapter control bindings.
Remarks
Platforms
See Also
Reference
ControlCollection Class
ControlCollection Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.