C# Class RoundTripVSIX2012.RoundTripVSIX

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

Public Methods

Method 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

Method Description
ThrowIfDisposed ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetTextViewMargin() public method

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
return ITextViewMargin

RoundTripVSIX() public method

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