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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.