다음을 통해 공유


CustomTypeElement.Type 속성

정의

현재 인스턴스가 나타내는 Type입니다.

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

속성 값

이 인스턴스로 표현하는 형식입니다.

특성

적용 대상