C# Class ICSharpCode.WpfDesign.XamlDom.XamlDocument.DummyTypeDescriptorContext

Inheritance: ITypeDescriptorContext
Afficher le fichier Open project: icsharpcode/WpfDesigner

Méthodes publiques

Méthode Description
DummyTypeDescriptorContext ( IServiceProvider serviceProvider ) : System
GetService ( Type serviceType ) : object
OnComponentChanged ( ) : void
OnComponentChanging ( ) : bool

Method Details

DummyTypeDescriptorContext() public méthode

public DummyTypeDescriptorContext ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
Résultat System

GetService() public méthode

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

OnComponentChanged() public méthode

public OnComponentChanged ( ) : void
Résultat void

OnComponentChanging() public méthode

public OnComponentChanging ( ) : bool
Résultat bool