Aracılığıyla paylaş


XmlSchemaAttribute.AttributeType Özellik

Tanım

Dikkat

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

Dikkat

XmlSchemaAttribute.AttributeType has been deprecated. Use the AttributeSchemaType property that returns a strongly typed attribute type instead.

Dikkat

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

Özelliğin derleme sonrası değerini AttributeType tutan veya SchemaTypeName özniteliğini temel alan SchemaType ortak dil çalışma zamanı (CLR) nesnesini alır.

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

Özellik Değeri

Özelliğin derleme sonrası değerini AttributeType tutan ortak çalışma zamanı kitaplığı (CLR) nesnesi.

Öznitelikler

Açıklamalar

Nesne, özniteliğin yerleşik bir XML Şeması türüne sahip olması veya XmlSchemaSimpleType özniteliğin kullanıcı tanımlı bir türe sahip olması olabilirXmlSchemaDatatype. Bu özellik, şema doğrulama sonrası bilgi kümesi özelliğidir.

Önemli

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

Şunlara uygulanır