C# 클래스 O2.FluentSharp.VisualStudio.Packages.EditorMargin

상속: System.Windows.Controls.Canvas, IWpfTextViewMargin
파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_textView IWpfTextView

공개 메소드들

메소드 설명
Dispose ( ) : void
EditorMargin ( IWpfTextView textView ) : System
GetTextViewMargin ( string marginName ) : ITextViewMargin

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

비공개 메소드들

메소드 설명
ThrowIfDisposed ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditorMargin() 공개 메소드

public EditorMargin ( IWpfTextView textView ) : System
textView IWpfTextView
리턴 System

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

프로퍼티 상세

_textView 공개적으로 프로퍼티

public IWpfTextView _textView
리턴 IWpfTextView