XmlSchemas.Find(XmlQualifiedName, Type) 方法

定义

将一个 XML 架构放置具有指定名称和类型的 XmlSchemaObject 中。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 System::Object ^ Find(System::Xml::XmlQualifiedName ^ name, Type ^ type);
public object? Find (System.Xml.XmlQualifiedName name, Type type);
public object Find (System.Xml.XmlQualifiedName name, Type type);
member this.Find : System.Xml.XmlQualifiedName * Type -> obj
Public Function Find (name As XmlQualifiedName, type As Type) As Object

参数

name
XmlQualifiedName

XmlQualifiedName,指定带有命名空间的完全限定名,用来在集合中定位 XmlSchema

type
Type

要查找的对象的 Type。 可能的值包括:XmlSchemaGroupXmlSchemaAttributeGroupXmlSchemaElementXmlSchemaAttributeXmlSchemaNotation

返回

Object

XmlSchemaObject 实例,如 XmlSchemaElementXmlSchemaAttribute

适用于