다음을 통해 공유


SchemaImporterExtensionElement.Type 속성

정의

확장의 형식을 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property Type ^ Type { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Xml.Serialization.Configuration.SchemaImporterExtensionElement+TypeTypeConverter))]
[System.Configuration.ConfigurationProperty("type", IsKey=false, IsRequired=true)]
public Type Type { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Xml.Serialization.Configuration.SchemaImporterExtensionElement+TypeTypeConverter))>]
[<System.Configuration.ConfigurationProperty("type", IsKey=false, IsRequired=true)>]
member this.Type : Type with get, set
Public Property Type As Type

속성 값

Type

확장의 형식입니다.

특성

적용 대상