C# Class Microsoft.VisualStudio.Extensions.StructureMargin.StructureMarginFactory

Inheritance: IWpfTextViewMarginProvider
Datei anzeigen Open project: rally25rs/OverviewMargin2012 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateMargin ( IWpfTextViewHost textViewHost, IWpfTextViewMargin containerMargin ) : IWpfTextViewMargin

Create an instance of the StructureMargin in the specified IWpfTextViewHost.

LoadOption ( IEditorOptions options, string optionName ) : bool

Method Details

CreateMargin() public method

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

LoadOption() public method

public LoadOption ( IEditorOptions options, string optionName ) : bool
options IEditorOptions
optionName string
return bool