C# 클래스 Microsoft.VisualStudio.Extensions.CaretMargin.CaretMarginFactory

상속: IWpfTextViewMarginProvider
파일 보기 프로젝트 열기: rally25rs/OverviewMargin2012 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateMargin ( IWpfTextViewHost textViewHost, IWpfTextViewMargin containerMargin ) : IWpfTextViewMargin

Create an instance of the CaretMargin in the specified IWpfTextViewHost.

LoadOption ( IEditorOptions options, string optionName ) : bool

메소드 상세

CreateMargin() 공개 메소드

Create an instance of the CaretMargin in the specified IWpfTextViewHost.
public CreateMargin ( IWpfTextViewHost textViewHost, IWpfTextViewMargin containerMargin ) : IWpfTextViewMargin
textViewHost IWpfTextViewHost The in which the CaretMargin will be displayed.
containerMargin IWpfTextViewMargin
리턴 IWpfTextViewMargin

LoadOption() 공개 메소드

public LoadOption ( IEditorOptions options, string optionName ) : bool
options IEditorOptions
optionName string
리턴 bool