共用方式為


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

屬性值

這個執行個體表示的型別。

屬性

適用於