Share via


DataDrivenAdapterBase.GetControlConfig Method

Gets the subordinate nodes from a top-level XML node of a data-driven adapter control binding.

Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Usage

'Usage
Dim controlName As String
Dim returnValue As XmlNode

returnValue = Me.GetControlConfig(controlName)

Syntax

'Declaration
Protected Function GetControlConfig ( _
    controlName As String _
) As XmlNode
protected XmlNode GetControlConfig (
    string controlName
)
protected:
XmlNode^ GetControlConfig (
    String^ controlName
)
protected XmlNode GetControlConfig (
    String controlName
)
protected function GetControlConfig (
    controlName : String
) : XmlNode

Parameters

  • controlName
    Specifies the name of the control.

Return Value

Type: XmlNode

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

DataDrivenAdapterBase Class
DataDrivenAdapterBase Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.