XmlSchemaDatatype.ValueType 属性

定义

在派生类中重写时,获取项的公共语言运行时 (CLR) 类型。

public:
 abstract property Type ^ ValueType { Type ^ get(); };
public abstract Type ValueType { get; }
member this.ValueType : Type
Public MustOverride ReadOnly Property ValueType As Type

属性值

Type

项的公共语言运行时 (CLR) 类型。

示例

有关属性的示例 ValueType ,请参阅 XmlSchemaDatatype

注解

ValueType 属性获取项的 CLR 类型。 For example, an element of type xs:int would have a ValueType of Int32 by default. 但是, ValueType 可以是任何可映射到 xs:int的有效类型之一,例如 Int16Double

有关命名空间中的 System.Xml 类型支持的详细信息,请参阅 System.Xml类中的类型支持

适用于