Sdílet prostřednictvím


XmlSchemaAttribute.AttributeType Vlastnost

Definice

Upozornění

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

Upozornění

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

Upozornění

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

Získá objekt CLR (Common Language Runtime) na SchemaType základě nebo SchemaTypeName atributu, který obsahuje hodnotu AttributeType post-kompilace vlastnosti.

public:
 property System::Object ^ AttributeType { System::Object ^ 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. https://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. 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("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. https://go.microsoft.com/fwlink/?linkid=14202")>]
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

Hodnota vlastnosti

Společný objekt knihovny modulu runtime (CLR), který obsahuje hodnotu AttributeType po kompilaci vlastnosti.

Atributy

Poznámky

Objekt může být XmlSchemaDatatype , pokud má atribut předdefinovaný typ schématu XML nebo XmlSchemaSimpleType pokud má atribut uživatelem definovaný typ. Tato vlastnost je vlastnost infoset po ověření schématu.

Důležité

Vlastnost AttributeType je zastaralá ve verzi 2.0 rozhraní .NET Framework a byla nahrazena AttributeSchemaType vlastností.

Platí pro