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!

XmlSchemaTopItems.Find

[To be supplied.]

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

Parameters

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

See Also

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