IXmlSchemaInfo.MemberType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the dynamic schema type for this validated XML node.
public:
property System::Xml::Schema::XmlSchemaSimpleType ^ MemberType { System::Xml::Schema::XmlSchemaSimpleType ^ get(); };
public System.Xml.Schema.XmlSchemaSimpleType? MemberType { get; }
public System.Xml.Schema.XmlSchemaSimpleType MemberType { get; }
member this.MemberType : System.Xml.Schema.XmlSchemaSimpleType
Public ReadOnly Property MemberType As XmlSchemaSimpleType
Property Value
An XmlSchemaSimpleType object that represents the dynamic schema type for this validated XML node.
Remarks
The MemberType property is set only if the static type of the XML node is a union type in which case the MemberType property will return the type from the union the XML node validated against.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.