次の方法で共有


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

プロパティ値

このインスタンスによって表される型。

属性

適用対象