作者:VB.NET开发
项目:System.Security.Cryptography.Xm
Dim xmlDocumentType As Type
xmlDocumentType = GetType(System.Xml.XmlDocument)
Dim xmlDocumentOutput As XmlDocument
xmlDocumentOutput = CType( _
xmlTransform.GetOutput(xmlDocumentType), _
XmlDocument)