System::Xml::Schema::XmlSchemaAnnotation クラス

XmlSchemaAnnotation class

World Wide Web Consortium (W3C) の annotation 要素を表します。

class XmlSchemaAnnotation : public System::Xml::Schema::XmlSchemaObject

メソッド

メソッド説明
get_Id()文字列 ID を返します。
get_Items()Items コレクションを返します。このコレクションは appinfodocumentation の子要素を格納するために使用されます。
get_UnhandledAttributes()スキーマの対象名前空間に属さない修飾属性を返します。
set_Id(const String&)文字列 ID を設定します。
set_UnhandledAttributes(const ArrayPtr<SharedPtr<XmlAttribute>>&)スキーマの対象名前空間に属さない修飾属性を設定します。
XmlSchemaAnnotation()新しい XmlSchemaAnnotation クラスのインスタンスを初期化します。

Typedefs

型定義説明
Ptrこのクラスのインスタンスへの共有ポインタのエイリアスです。

備考

このクラスのオブジェクトは、System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してインスタンスを作成しないでください。そうすると実行時エラーやアサーション障害が発生します。このクラスは常に System::SmartPtr ポインタでラップし、そのポインタを関数への引数として渡すようにしてください。

参照