C# Class PReview.DiffMarginFactoryBase

Inheritance: IWpfTextViewMarginProvider
Afficher le fichier Open project: laurentkempe/PReview

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreateMargin ( IWpfTextViewHost wpfTextViewHost, IWpfTextViewMargin marginContainer ) : IWpfTextViewMargin

Méthodes protégées

Méthode Description
TryGetMarginCore ( IWpfTextViewHost textViewHost ) : IMarginCore

Method Details

CreateMargin() public abstract méthode

public abstract CreateMargin ( IWpfTextViewHost wpfTextViewHost, IWpfTextViewMargin marginContainer ) : IWpfTextViewMargin
wpfTextViewHost IWpfTextViewHost
marginContainer IWpfTextViewMargin
Résultat IWpfTextViewMargin

TryGetMarginCore() protected méthode

protected TryGetMarginCore ( IWpfTextViewHost textViewHost ) : IMarginCore
textViewHost IWpfTextViewHost
Résultat IMarginCore