Aracılığıyla paylaş


XmlSchemaElement.ElementType Özellik

Tanım

Dikkat

This property has been deprecated. Please use ElementSchemaType property that returns a strongly typed element type. https://go.microsoft.com/fwlink/?linkid=14202

Dikkat

XmlSchemaElement.ElementType has been deprecated. Use the ElementSchemaType property that returns a strongly typed element type instead.

Dikkat

This property has been deprecated. Please use ElementSchemaType property that returns a strongly typed element type. http://go.microsoft.com/fwlink/?linkid=14202

Özelliğin derleme sonrası değerini ElementType tutan veya XmlSchemaElement öğesini temel alan XmlSchemaElement ortak dil çalışma zamanı (CLR) nesnesini alır.

public:
 property System::Object ^ ElementType { System::Object ^ get(); };
[System.Obsolete("This property has been deprecated. Please use ElementSchemaType property that returns a strongly typed element type. https://go.microsoft.com/fwlink/?linkid=14202")]
public object? ElementType { get; }
[System.Obsolete("XmlSchemaElement.ElementType has been deprecated. Use the ElementSchemaType property that returns a strongly typed element type instead.")]
public object? ElementType { get; }
[System.Obsolete("This property has been deprecated. Please use ElementSchemaType property that returns a strongly typed element type. http://go.microsoft.com/fwlink/?linkid=14202")]
public object ElementType { get; }
[System.Obsolete("This property has been deprecated. Please use ElementSchemaType property that returns a strongly typed element type. https://go.microsoft.com/fwlink/?linkid=14202")]
public object ElementType { get; }
public object ElementType { get; }
[<System.Obsolete("This property has been deprecated. Please use ElementSchemaType property that returns a strongly typed element type. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.ElementType : obj
[<System.Obsolete("XmlSchemaElement.ElementType has been deprecated. Use the ElementSchemaType property that returns a strongly typed element type instead.")>]
member this.ElementType : obj
[<System.Obsolete("This property has been deprecated. Please use ElementSchemaType property that returns a strongly typed element type. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.ElementType : obj
member this.ElementType : obj
Public ReadOnly Property ElementType As Object

Özellik Değeri

Object

Ortak dil çalışma zamanı nesnesi. Özelliğinin ElementType derleme sonrası değeri.

Öznitelikler

Açıklamalar

Nesne, öğenin yerleşik XML Şeması türüne sahipse veya XmlSchemaSimpleType öğe kullanıcı tanımlı bir türe sahipse olabilirXmlSchemaDatatype.

Bu özellik, şema doğrulama sonrası infoset özelliğidir.

Önemli

ElementType özelliği, .NET Framework 2.0 sürümünde kullanımdan kaldırılmıştır ve özelliğiyle ElementSchemaType değiştirilmiştir.

Şunlara uygulanır