XsdDataContractExporter.GetSchemaType(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定类型的 XML 架构类型。
public:
System::Xml::Schema::XmlSchemaType ^ GetSchemaType(Type ^ type);
public System.Xml.Schema.XmlSchemaType? GetSchemaType (Type type);
public System.Xml.Schema.XmlSchemaType GetSchemaType (Type type);
member this.GetSchemaType : Type -> System.Xml.Schema.XmlSchemaType
Public Function GetSchemaType (type As Type) As XmlSchemaType
参数
- type
- Type
要为其返回架构的类型。
返回
一个包含 XML 架构的 XmlSchemaType。
例外
type
参数为 null
。
注解
此方法主要用于表示 XML 架构中的匿名类型。 匿名类型不具有协定名称和命名空间,所以不能使用 GetSchemaTypeName 对它们进行查找。 此方法返回此类类型的 XmlSchemaType 定义。
GetSchemaTypeName 方法为其返回有效名称的类型,此方法返回 null
。