XdsOutput Constructor (XmlElement) |
Initializes a new instance of the
XdsOutput class
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic XdsOutput(
XmlElement outputElement
)
Public Sub New (
outputElement As XmlElement
)
public:
XdsOutput(
XmlElement^ outputElement
)
new :
outputElement : XmlElement -> XdsOutput
Parameters
- outputElement
- Type: System.XmlXmlElement
The XDS <output> element.
See Also