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!

XmlSchemas.Find

[To be supplied.]

[Visual Basic]
Public Function Find( _
   ByVal name As XmlQualifiedName, _
   ByVal type As Type _
) As Object
[C#]
public object Find(
   XmlQualifiedName name,
   Type type
);
[C++]
public: Object* Find(
   XmlQualifiedName name,
   Type* type
);
[JScript]
public function Find(
   name : XmlQualifiedName,
   type : Type
) : Object;

Parameters

name
[To be supplied.]
type
[To be supplied.]

See Also

XmlSchemas Class | XmlSchemas Members | System.Xml.Serialization.Schema Namespace