XmlSchemaSimpleTypeUnion.MemberTypes 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 or sets the array of qualified member names of built-in data types or simpleType
elements defined in this schema (or another schema indicated by the specified namespace).
public:
property cli::array <System::Xml::XmlQualifiedName ^> ^ MemberTypes { cli::array <System::Xml::XmlQualifiedName ^> ^ get(); void set(cli::array <System::Xml::XmlQualifiedName ^> ^ value); };
public System.Xml.XmlQualifiedName[]? MemberTypes { get; set; }
public System.Xml.XmlQualifiedName[] MemberTypes { get; set; }
member this.MemberTypes : System.Xml.XmlQualifiedName[] with get, set
Public Property MemberTypes As XmlQualifiedName()
Property Value
An array that consists of a list of members of built-in data types or simple types.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.