C# Class RoundTripVSIX2012.RoundTripVSIX

A class detailing the margin's visual definition including both size and content.
Inheritance: System.Windows.Controls.Canvas, IWpfTextViewMargin
Afficher le fichier Open project: jaredpar/RoundTripVSIX

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetTextViewMargin ( string marginName ) : ITextViewMargin

Returns an instance of the margin if this is the margin that has been requested.

RoundTripVSIX ( IWpfTextView textView ) : System

Creates a RoundTripVSIX for a given IWpfTextView.

Private Methods

Méthode Description
ThrowIfDisposed ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetTextViewMargin() public méthode

Returns an instance of the margin if this is the margin that has been requested.
public GetTextViewMargin ( string marginName ) : ITextViewMargin
marginName string The name of the margin requested
Résultat ITextViewMargin

RoundTripVSIX() public méthode

Creates a RoundTripVSIX for a given IWpfTextView.
public RoundTripVSIX ( IWpfTextView textView ) : System
textView IWpfTextView The to attach the margin to.
Résultat System