IValueSerializerContext.GetValueSerializerFor Méthode

Définition

Obtient le ValueSerializer associé à un objet.

Surcharges

GetValueSerializerFor(PropertyDescriptor)

Obtient ValueSerializer pour le descripteur de propriété donné.

GetValueSerializerFor(Type)

Obtient le ValueSerializer associé au type spécifié.

GetValueSerializerFor(PropertyDescriptor)

Obtient ValueSerializer pour le descripteur de propriété donné.

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

Paramètres

descriptor
PropertyDescriptor

Descripteur de la propriété en cours de conversion.

Retours

ValueSerializer capable de sérialiser la propriété spécifiée.

Voir aussi

S’applique à

GetValueSerializerFor(Type)

Obtient le ValueSerializer associé au type spécifié.

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

Paramètres

type
Type

Type de la valeur convertie.

Retours

ValueSerializer capable de sérialiser le type spécifié.

Voir aussi

S’applique à