Interface IValueSerializerContext
Inherited Members
System.ComponentModel.ITypeDescriptorContext.OnComponentChanged()
System.ComponentModel.ITypeDescriptorContext.OnComponentChanging()
System.ComponentModel.ITypeDescriptorContext.Container
System.ComponentModel.ITypeDescriptorContext.Instance
System.ComponentModel.ITypeDescriptorContext.PropertyDescriptor
System.IServiceProvider.GetService(System.Type)
Namespace: System.Xaml.Markup
Assembly: OpenSilver.Xaml.dll
Syntax
public interface IValueSerializerContext : ITypeDescriptorContext, IServiceProvider
Methods
| Improve this Doc View SourceGetValueSerializerFor(PropertyInfo)
Declaration
ValueSerializer GetValueSerializerFor(PropertyInfo descriptor)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.PropertyInfo | descriptor |
Returns
Type | Description |
---|---|
ValueSerializer |
GetValueSerializerFor(Type)
Declaration
ValueSerializer GetValueSerializerFor(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Returns
Type | Description |
---|---|
ValueSerializer |