C# Class ICSharpCode.WpfDesign.ViewService

Service for getting the view for a model or the model for a view.
Afficher le fichier Open project: icsharpcode/WpfDesigner

Méthodes publiques

Méthode Description
GetModel ( DependencyObject view ) : DesignItem

Gets the model represented by the specified view element.

Private Methods

Méthode Description
GetView ( DesignItem model ) : DependencyObject

Method Details

GetModel() public abstract méthode

Gets the model represented by the specified view element.
public abstract GetModel ( DependencyObject view ) : DesignItem
view System.Windows.DependencyObject
Résultat DesignItem