IValueSerializerContext.GetValueSerializerFor Método

Definición

Obtiene el ValueSerializer objeto asociado a un objeto .

Sobrecargas

Nombre Description
GetValueSerializerFor(PropertyDescriptor)

Obtiene un ValueSerializer para el descriptor de propiedad especificado.

GetValueSerializerFor(Type)

Obtiene el ValueSerializer asociado al tipo especificado.

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 va a convertir.

Devoluciones

Capaz ValueSerializer de serializar la propiedad especificada.

Consulte también

Se aplica a

GetValueSerializerFor(Type)

Obtiene el ValueSerializer asociado al tipo especificado.

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 va a convertir.

Devoluciones

Capaz ValueSerializer de serializar el tipo especificado.

Consulte también

Se aplica a