संपादन करना

के माध्यम से साझा करें


XmlSchemaElement.ElementSchemaType Property

Definition

Gets an XmlSchemaType object representing the type of the element based on the SchemaType or SchemaTypeName values of the element.

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

Property Value

An XmlSchemaType object.

Remarks

This property is a post-schema-validation infoset property.

Applies to