IValueSerializerContext.GetValueSerializerFor Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.