System::Xml::Schema::XmlSchemaAnnotated クラス

XmlSchemaAnnotated class

アノテーション要素を含むことができる任意の要素の基底クラスです。

class XmlSchemaAnnotated : public System::Xml::Schema::XmlSchemaObject

メソッド

メソッド説明
get_Annotation()annotation プロパティを返します。
get_Id()文字列 ID を返します。
get_UnhandledAttributes()現在のスキーマのターゲット名前空間に属さない修飾属性を返します。
set_Annotation(const SharedPtr<XmlSchemaAnnotation>&)annotation プロパティを設定します。
set_Id(const String&)文字列 ID を設定します。
set_UnhandledAttributes(const ArrayPtr<SharedPtr<XmlAttribute>>&)現在のスキーマのターゲット名前空間に属さない修飾属性を設定します。

Typedefs

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

備考

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

参照