IValueSerializerContext.GetValueSerializerFor Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene el serializador ValueSerializer asociado a un objeto.
Sobrecargas
GetValueSerializerFor(PropertyDescriptor) |
Obtiene un ValueSerializer para el descriptor de propiedad especificado. |
GetValueSerializerFor(Type) |
Obtiene el ValueSerializer asociado con la clave especificada. |
GetValueSerializerFor(PropertyDescriptor)
Obtiene un ValueSerializer para el descriptor de propiedad especificado.
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
Parámetros
- descriptor
- PropertyDescriptor
Descriptor de la propiedad que se convierte.
Devoluciones
ValueSerializer capaz de serializar la propiedad especificada.
Consulte también
Se aplica a
GetValueSerializerFor(Type)
Obtiene el ValueSerializer asociado con la clave especificada.
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
Parámetros
- type
- Type
Tipo del valor que se está convirtiendo.
Devoluciones
ValueSerializer capaz de serializar el tipo especificado.