Namespace: DeltaEngine.Content.XmlAssembly: DeltaEngine.Content.Xml (in DeltaEngine.Content.Xml.dll) Version: 1.1.1.0 (1.1.1)
public XmlData GetDescendant(
XmlAttribute attribute,
string childName = null
)
public XmlData GetDescendant(
XmlAttribute attribute,
string childName = null
)
Public Function GetDescendant (
attribute As XmlAttribute,
Optional childName As String = Nothing
) As XmlData
Public Function GetDescendant (
attribute As XmlAttribute,
Optional childName As String = Nothing
) As XmlData
public:
XmlData^ GetDescendant(
XmlAttribute attribute,
String^ childName = nullptr
)
public:
XmlData^ GetDescendant(
XmlAttribute attribute,
String^ childName = nullptr
)
member GetDescendant :
attribute : XmlAttribute *
?childName : string
(* Defaults:
let _childName = defaultArg childName null
*)
-> XmlData
member GetDescendant :
attribute : XmlAttribute *
?childName : string
(* Defaults:
let _childName = defaultArg childName null
*)
-> XmlData
Return Value
Type:
XmlData