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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.