C# Class Microsoft.VisualStudio.Extensions.CaretMargin.CaretMarginFactory

Inheritance: IWpfTextViewMarginProvider
Afficher le fichier Open project: rally25rs/OverviewMargin2012 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreateMargin ( IWpfTextViewHost textViewHost, IWpfTextViewMargin containerMargin ) : IWpfTextViewMargin

Create an instance of the CaretMargin in the specified IWpfTextViewHost.

LoadOption ( IEditorOptions options, string optionName ) : bool

Method Details

CreateMargin() public méthode

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
Résultat IWpfTextViewMargin

LoadOption() public méthode

public LoadOption ( IEditorOptions options, string optionName ) : bool
options IEditorOptions
optionName string
Résultat bool