XmlAtomicValue.XmlType プロパティ

定義

検証済みの XML 要素または XML 属性の XmlSchemaType を取得します。

public:
 virtual property System::Xml::Schema::XmlSchemaType ^ XmlType { System::Xml::Schema::XmlSchemaType ^ get(); };
public override System.Xml.Schema.XmlSchemaType XmlType { get; }
member this.XmlType : System.Xml.Schema.XmlSchemaType
Public Overrides ReadOnly Property XmlType As XmlSchemaType

プロパティ値

XmlSchemaType

検証済みの XML 要素または XML 属性の XmlSchemaType

注釈

このプロパティは XmlTypeXmlSchemaType 検証済みの XML 要素または属性の値を取得します。 たとえば、or XmlSchemaComplexType.XmlSchemaSimpleType

適用対象

こちらもご覧ください