XmlHelpers.XmlDocumentFromObject(Object, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Xml::XmlDocument ^ XmlDocumentFromObject(System::Object ^ o, Type ^ t);
public static System.Xml.XmlDocument XmlDocumentFromObject (object o, Type t);
static member XmlDocumentFromObject : obj * Type -> System.Xml.XmlDocument
Public Shared Function XmlDocumentFromObject (o As Object, t As Type) As XmlDocument
Parameters
- o
- Object
- t
- Type