IValueSerializerContext.GetValueSerializerFor Metoda

Definicja

ValueSerializer Pobiera obiekt skojarzony z obiektem.

Przeciążenia

GetValueSerializerFor(PropertyDescriptor)

Pobiera element ValueSerializer dla danego deskryptora właściwości.

GetValueSerializerFor(Type)

ValueSerializer Pobiera element skojarzony z określonym typem.

GetValueSerializerFor(PropertyDescriptor)

Pobiera element ValueSerializer dla danego deskryptora właściwości.

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

Deskryptor konwertowanej właściwości.

Zwraca

Możliwość ValueSerializer serializacji określonej właściwości.

Zobacz też

Dotyczy

GetValueSerializerFor(Type)

ValueSerializer Pobiera element skojarzony z określonym typem.

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 konwertowanej wartości.

Zwraca

Możliwość ValueSerializer serializacji określonego typu.

Zobacz też

Dotyczy