Share via


TypeConverterAttribute コンストラクター

定義

オーバーロード

TypeConverterAttribute()

既定値を使用して新しい TypeConverterAttribute を作成します。

TypeConverterAttribute(String)

それが装飾するクラスで値が typeName 型に変換されることを指定する新しい TypeConverterAttribute オブジェクトを作成します。

TypeConverterAttribute(Type)

それが装飾するクラスで値が type に変換されることを指定する新しい TypeConverterAttribute オブジェクトを作成します。

TypeConverterAttribute()

既定値を使用して新しい TypeConverterAttribute を作成します。

public TypeConverterAttribute ();

適用対象

TypeConverterAttribute(String)

それが装飾するクラスで値が typeName 型に変換されることを指定する新しい TypeConverterAttribute オブジェクトを作成します。

public TypeConverterAttribute (string typeName);
new Xamarin.Forms.TypeConverterAttribute : string -> Xamarin.Forms.TypeConverterAttribute

パラメーター

typeName
System.String

この属性で装飾できる種類の名前。

適用対象

TypeConverterAttribute(Type)

それが装飾するクラスで値が type に変換されることを指定する新しい TypeConverterAttribute オブジェクトを作成します。

public TypeConverterAttribute (Type type);
new Xamarin.Forms.TypeConverterAttribute : Type -> Xamarin.Forms.TypeConverterAttribute

パラメーター

type
System.Type

この属性で装飾できる型。

適用対象