XmlSchemaAttribute.AttributeType 속성

정의

주의

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

주의

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

주의

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

AttributeType 속성의 컴파일 이후 값을 보유하는 특성의 SchemaType 또는 SchemaTypeName을 기준으로 CLR(공용 런타임 라이브러리) 개체를 가져옵니다.

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

속성 값

Object

AttributeType 속성의 컴파일 이후 값을 보유하는 CLR(공용 런타임 라이브러리) 개체입니다.

특성

설명

개체는 특성에 기본 제공 XML 스키마 형식이 있거나 XmlSchemaSimpleType 특성에 사용자 정의 형식이 있는 경우일 수 있습니다XmlSchemaDatatype. 이 속성은 스키마 유효성 검사 후 정보 세트 속성입니다.

중요

AttributeType 속성은 .NET Framework 2.0 버전에서 사용되지 않으며 속성으로 AttributeSchemaType 대체되었습니다.

적용 대상