C# Class System.Xaml.ValueSerializerContext

Inheritance: IValueSerializerContext, IXamlSchemaContextProvider
Afficher le fichier Open project: Clancey/XamlForIphone Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetService ( Type serviceType ) : object
GetValueSerializerFor ( PropertyDescriptor descriptor ) : System.Windows.Markup.ValueSerializer
GetValueSerializerFor ( Type type ) : System.Windows.Markup.ValueSerializer
OnComponentChanged ( ) : void
OnComponentChanging ( ) : bool
ValueSerializerContext ( System.Xaml.PrefixLookup prefixLookup, XamlSchemaContext schemaContext, IAmbientProvider ambientProvider ) : System

Method Details

GetService() public méthode

public GetService ( Type serviceType ) : object
serviceType System.Type
Résultat object

GetValueSerializerFor() public méthode

public GetValueSerializerFor ( PropertyDescriptor descriptor ) : System.Windows.Markup.ValueSerializer
descriptor System.ComponentModel.PropertyDescriptor
Résultat System.Windows.Markup.ValueSerializer

GetValueSerializerFor() public méthode

public GetValueSerializerFor ( Type type ) : System.Windows.Markup.ValueSerializer
type System.Type
Résultat System.Windows.Markup.ValueSerializer

OnComponentChanged() public méthode

public OnComponentChanged ( ) : void
Résultat void

OnComponentChanging() public méthode

public OnComponentChanging ( ) : bool
Résultat bool

ValueSerializerContext() public méthode

public ValueSerializerContext ( System.Xaml.PrefixLookup prefixLookup, XamlSchemaContext schemaContext, IAmbientProvider ambientProvider ) : System
prefixLookup System.Xaml.PrefixLookup
schemaContext XamlSchemaContext
ambientProvider IAmbientProvider
Résultat System