XmlConfiguratonConfigure Method (XmlElement) |
根据Xml元素配置对象信息
Namespace: X3Platform.ConfigurationAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual void Configure(
XmlElement element
)
public:
virtual void Configure(
XmlElement^ element
)
Parameters
- element
- Type: System.XmlXmlElement
配置节点的Xml元素
See Also