IValueSerializerContext.GetValueSerializerFor Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.