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

架构中所有表示法的 XmlSchemaObjectTable 集合。

适用于