C# Класс RoundTripVSIX2012.RoundTripVSIX

A class detailing the margin's visual definition including both size and content.
Наследование: System.Windows.Controls.Canvas, IWpfTextViewMargin
Показать файл Открыть проект

Открытые методы

Метод Описание
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