IValueSerializerContext.GetValueSerializerFor Metoda

Definice

Získá přidružený ValueSerializer k objektu.

Přetížení

GetValueSerializerFor(PropertyDescriptor)

ValueSerializer Získá pro daný popisovač vlastnosti.

GetValueSerializerFor(Type)

ValueSerializer Získá přidružený k zadanému typu.

GetValueSerializerFor(PropertyDescriptor)

ValueSerializer Získá pro daný popisovač vlastnosti.

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

Parametry

descriptor
PropertyDescriptor

Popisovač převáděné vlastnosti.

Návraty

Umožňuje ValueSerializer serializovat zadanou vlastnost.

Viz také

Platí pro

GetValueSerializerFor(Type)

ValueSerializer Získá přidružený k zadanému typu.

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

Parametry

type
Type

Typ převáděné hodnoty.

Návraty

Možnost ValueSerializer serializace zadaného typu.

Viz také

Platí pro