IValueSerializerContext.GetValueSerializerFor メソッド

定義

オブジェクトに関連付けられている ValueSerializer を取得します。

オーバーロード

GetValueSerializerFor(PropertyDescriptor)

指定したプロパティ記述子の ValueSerializer を取得します。

GetValueSerializerFor(Type)

指定した型に関連付けられている ValueSerializer を取得します。

GetValueSerializerFor(PropertyDescriptor)

指定したプロパティ記述子の ValueSerializer を取得します。

public:
 System::Windows::Markup::ValueSerializer ^ GetValueSerializerFor(System::ComponentModel::PropertyDescriptor ^ descriptor);
public System.Windows.Markup.ValueSerializer GetValueSerializerFor (System.ComponentModel.PropertyDescriptor descriptor);
abstract member GetValueSerializerFor : System.ComponentModel.PropertyDescriptor -> System.Windows.Markup.ValueSerializer
Public Function GetValueSerializerFor (descriptor As PropertyDescriptor) As ValueSerializer

パラメーター

descriptor
PropertyDescriptor

変換対象のプロパティの記述子。

戻り値

指定したプロパティをシリアル化できる ValueSerializer

こちらもご覧ください

適用対象

GetValueSerializerFor(Type)

指定した型に関連付けられている ValueSerializer を取得します。

public:
 System::Windows::Markup::ValueSerializer ^ GetValueSerializerFor(Type ^ type);
public System.Windows.Markup.ValueSerializer GetValueSerializerFor (Type type);
abstract member GetValueSerializerFor : Type -> System.Windows.Markup.ValueSerializer
Public Function GetValueSerializerFor (type As Type) As ValueSerializer

パラメーター

type
Type

変換する値の型。

戻り値

指定の型をシリアル化できる ValueSerializer

こちらもご覧ください

適用対象