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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.