다음을 통해 공유


XmlSchemaElement.ElementType 속성

정의

주의

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

주의

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

주의

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

ElementType 속성의 컴파일 이후 값을 보유하는 요소의 XmlSchemaElement 또는 XmlSchemaElement에 기반하는 CLR(공용 언어 런타임) 개체를 가져옵니다.

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

속성 값

Object

CLR(공용 언어 런타임) 개체입니다. ElementType 속성의 컴파일 이후 값입니다.

특성

설명

개체는 요소에 기본 제공 XML 스키마 형식이 있거나 XmlSchemaSimpleType 요소에 사용자 정의 형식이 있는 경우일 수 있습니다XmlSchemaDatatype.

이 속성은 스키마 유효성 검사 후 정보 세트 속성입니다.

중요

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

적용 대상