C# 클래스 Microsoft.VisualStudio.Extensions.StructureMargin.StructureMargin

Implementation of a margin that show the structure of a code file.
상속: IWpfTextViewMargin, IOverviewTipFactory
파일 보기 프로젝트 열기: rally25rs/OverviewMargin2012

공개 메소드들

메소드 설명
Dispose ( ) : void
GetTextViewMargin ( string marginName ) : ITextViewMargin
StructureMargin ( IWpfTextViewHost textViewHost, IVerticalScrollBar scrollBar, StructureMarginFactory factory ) : System

Constructor for the StructureMargin.

UpdateTip ( IOverviewMargin margin, System.Windows.Input.MouseEventArgs e, System.Windows.Controls.ToolTip tip ) : bool

비공개 메소드들

메소드 설명
ThrowIfDisposed ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetTextViewMargin() 공개 메소드

public GetTextViewMargin ( string marginName ) : ITextViewMargin
marginName string
리턴 ITextViewMargin

StructureMargin() 공개 메소드

Constructor for the StructureMargin.
public StructureMargin ( IWpfTextViewHost textViewHost, IVerticalScrollBar scrollBar, StructureMarginFactory factory ) : System
textViewHost IWpfTextViewHost The IWpfTextViewHost in which this margin will be displayed.
scrollBar IVerticalScrollBar
factory StructureMarginFactory
리턴 System

UpdateTip() 공개 메소드

public UpdateTip ( IOverviewMargin margin, System.Windows.Input.MouseEventArgs e, System.Windows.Controls.ToolTip tip ) : bool
margin IOverviewMargin
e System.Windows.Input.MouseEventArgs
tip System.Windows.Controls.ToolTip
리턴 bool