次の方法で共有


XmlSchemaAttribute.AttributeType プロパティ

AttributeType プロパティのコンパイル後の値を保持する属性の SchemaType または SchemaTypeName を基に、共通言語ランタイム (CRL: Common Language Runtime) オブジェクトを取得します。

Public ReadOnly Property AttributeType As Object
[C#]
public object AttributeType {get;}
[C++]
public: __property Object* get_AttributeType();
[JScript]
public function get AttributeType() : Object;

プロパティ値

AttributeType プロパティのコンパイル後の値を保持する共通言語ランタイム (CLR) オブジェクト。

解説

オブジェクトは、属性が組み込み XML スキーマ型の場合は XmlSchemaDatatype 、ユーザー定義の型の場合は XmlSchemaSimpleType になります。このプロパティは、スキーマ検証後の infoset プロパティです。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

XmlSchemaAttribute クラス | XmlSchemaAttribute メンバ | System.Xml.Schema 名前空間