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)

[To be supplied.]

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

Parameters

type
[To be supplied.]

See Also

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