共用方式為


XmlSchemaAttribute.AttributeSchemaType 屬性

定義

依照屬性的 XmlSchemaSimpleTypeSchemaType,取得表示屬性型別的 SchemaTypeName 物件。

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

屬性值

XmlSchemaSimpleType

XmlSchemaSimpleType 物件。

備註

這個屬性是架構後驗證資訊集屬性。

適用於