XmlSchema.Notations プロパティ

定義

スキーマ内のすべての注釈について、スキーマ コンパイル後の値を取得します。

public:
 property System::Xml::Schema::XmlSchemaObjectTable ^ Notations { System::Xml::Schema::XmlSchemaObjectTable ^ get(); };
public System.Xml.Schema.XmlSchemaObjectTable Notations { get; }
member this.Notations : System.Xml.Schema.XmlSchemaObjectTable
Public ReadOnly Property Notations As XmlSchemaObjectTable

プロパティ値

スキーマ内のすべての注釈の XmlSchemaObjectTable コレクション。

適用対象