NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlReflectionImporter.ImportTypeMapping (Type, XmlRootAttribute)

[To be supplied.]

[Visual Basic]
Overloads Public Function ImportTypeMapping( _
   ByVal type As Type, _
   ByVal root As XmlRootAttribute _
) As XmlTypeMapping
[C#]
public XmlTypeMapping ImportTypeMapping(
   Type type,
   XmlRootAttribute root
);
[C++]
public: XmlTypeMapping* ImportTypeMapping(
   Type* type,
   XmlRootAttribute* root
);
[JScript]
public function ImportTypeMapping(
   type : Type,
   root : XmlRootAttribute
) : XmlTypeMapping;

Parameters

type
[To be supplied.]
root
[To be supplied.]

See Also

XmlReflectionImporter Class | XmlReflectionImporter Members | System.Xml.Serialization Namespace | XmlReflectionImporter.ImportTypeMapping Overload List