XdsValueParent Constructor |
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected XdsValueParent(
XmlElement xdsElement
)
Protected Sub New (
xdsElement As XmlElement
)
protected:
XdsValueParent(
XmlElement^ xdsElement
)
new :
xdsElement : XmlElement -> XdsValueParent
Parameters
- xdsElement
- Type: System.XmlXmlElement
The XmlElement that is the XDS parent of <value> elements.
See Also