DataDrivenAdapterBase.GetFirstDescendentUnderControlConfig Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the first descendent node from a top-level XML node of a data-driven adapter control binding.
protected:
System::Xml::XmlNode ^ GetFirstDescendentUnderControlConfig(System::String ^ controlName, System::String ^ descendentTagName);
protected System.Xml.XmlNode GetFirstDescendentUnderControlConfig (string controlName, string descendentTagName);
member this.GetFirstDescendentUnderControlConfig : string * string -> System.Xml.XmlNode
Protected Function GetFirstDescendentUnderControlConfig (controlName As String, descendentTagName As String) As XmlNode
Parameters
- controlName
- String
Specifies the name of the control.
- descendentTagName
- String
Specifies the tag name of any descendent control.