XmlSchemaAnnotated クラス
定義
注釈要素を格納できる任意の要素の基本クラス。The base class for any element that can contain annotation elements.
public ref class XmlSchemaAnnotated : System::Xml::Schema::XmlSchemaObject
public class XmlSchemaAnnotated : System.Xml.Schema.XmlSchemaObject
type XmlSchemaAnnotated = class
inherit XmlSchemaObject
Public Class XmlSchemaAnnotated
Inherits XmlSchemaObject
- 継承
- 派生
例
このXmlSchemaAnnotationクラスの使用例については、「」を参照してください。See XmlSchemaAnnotation for an example using this class.
コンストラクター
XmlSchemaAnnotated() |
XmlSchemaAnnotated クラスの新しいインスタンスを初期化します。Initializes a new instance of the XmlSchemaAnnotated class. |
プロパティ
Annotation |
|
Id |
文字列 ID を取得または設定します。Gets or sets the string id. |
LineNumber |
|
LinePosition |
|
Namespaces |
このスキーマ オブジェクトと一緒に使用する XmlSerializerNamespaces を取得または設定します。Gets or sets the XmlSerializerNamespaces to use with this schema object. (継承元 XmlSchemaObject) |
Parent |
この XmlSchemaObject の親を取得または設定します。Gets or sets the parent of this XmlSchemaObject. (継承元 XmlSchemaObject) |
SourceUri |
スキーマを読み込んだファイルのソース位置を取得または設定します。Gets or sets the source location for the file that loaded the schema. (継承元 XmlSchemaObject) |
UnhandledAttributes |
現在のスキーマのターゲット名前空間に属さない、修飾された属性を取得または設定します。Gets or sets the qualified attributes that do not belong to the current schema's target namespace. |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判定します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |