C# Класс Microsoft.VisualStudio.Extensions.StructureMargin.StructureMarginFactory

Наследование: IWpfTextViewMarginProvider
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
CreateMargin ( IWpfTextViewHost textViewHost, IWpfTextViewMargin containerMargin ) : IWpfTextViewMargin

Create an instance of the StructureMargin in the specified IWpfTextViewHost.

LoadOption ( IEditorOptions options, string optionName ) : bool

Описание методов

CreateMargin() публичный Метод

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
Результат IWpfTextViewMargin

LoadOption() публичный Метод

public LoadOption ( IEditorOptions options, string optionName ) : bool
options IEditorOptions
optionName string
Результат bool