IValueSerializerContext.GetValueSerializerFor 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与对象关联的 ValueSerializer。
重载
GetValueSerializerFor(PropertyDescriptor) |
获取给定属性描述符的 ValueSerializer。 |
GetValueSerializerFor(Type) |
获取与指定类型关联的 ValueSerializer。 |
GetValueSerializerFor(PropertyDescriptor)
获取给定属性描述符的 ValueSerializer。
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
参数
- descriptor
- PropertyDescriptor
要转换的属性的描述符。
返回
一个可以序列化指定属性的 ValueSerializer。
另请参阅
适用于
GetValueSerializerFor(Type)
获取与指定类型关联的 ValueSerializer。
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
参数
- type
- Type
要转换的值的类型。
返回
可以序列化指定类型的 ValueSerializer。