C# 클래스 RoundTripVSIX2012.RoundTripVSIX

A class detailing the margin's visual definition including both size and content.
상속: System.Windows.Controls.Canvas, IWpfTextViewMargin
파일 보기 프로젝트 열기: jaredpar/RoundTripVSIX

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ThrowIfDisposed ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetTextViewMargin() 공개 메소드

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
리턴 ITextViewMargin

RoundTripVSIX() 공개 메소드

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