Compartir a través de


DataDrivenAdapterBase.GetFirstDescendentUnderControlConfig Method

Retrieves the first descendent node 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 descendentTagName As String
Dim returnValue As XmlNode

returnValue = Me.GetFirstDescendentUnderControlConfig(controlName, descendentTagName)

Syntax

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

Parameters

  • controlName
    Specifies the name of the control.
  • descendentTagName
    Specifies the tag name of any descendent 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.