IValueSerializerContext.GetValueSerializerFor Metoda

Definice

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

Přetížení

Name Description
GetValueSerializerFor(PropertyDescriptor)

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

GetValueSerializerFor(Type)

Získá přidružené k ValueSerializer 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č vlastnosti, která je převedena.

Návraty

Schopnost ValueSerializer serializovat zadanou vlastnost.

Viz také

Platí pro

GetValueSerializerFor(Type)

Získá přidružené k ValueSerializer 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řevedené hodnoty.

Návraty

Schopnost ValueSerializer serializovat zadaný typ.

Viz také

Platí pro