Share via


IValueSerializerContext.GetValueSerializerFor Yöntem

Tanım

Bir nesneyle ilişkili öğesini ValueSerializer alır.

Aşırı Yüklemeler

GetValueSerializerFor(PropertyDescriptor)

Verilen özellik tanımlayıcısı için bir ValueSerializer alır.

GetValueSerializerFor(Type)

ValueSerializer Belirtilen türle ilişkilendirilmiş öğesini alır.

GetValueSerializerFor(PropertyDescriptor)

Verilen özellik tanımlayıcısı için bir ValueSerializer alır.

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

Parametreler

descriptor
PropertyDescriptor

Dönüştürülen özelliğin tanımlayıcısı.

Döndürülenler

ValueSerializer Belirtilen özelliği seri hale getirebilen.

Ayrıca bkz.

Şunlara uygulanır

GetValueSerializerFor(Type)

ValueSerializer Belirtilen türle ilişkilendirilmiş öğesini alır.

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

Parametreler

type
Type

Dönüştürülen değerin türü.

Döndürülenler

ValueSerializer Belirtilen türü seri hale getirebilen bir.

Ayrıca bkz.

Şunlara uygulanır