C# Class O2.FluentSharp.VisualStudio.Packages.EditorMargin

Inheritance: System.Windows.Controls.Canvas, IWpfTextViewMargin
Mostrar archivo Open project: o2platform/O2.Platform.Projects Class Usage Examples

Public Properties

Property Type Description
_textView IWpfTextView

Public Methods

Method Description
Dispose ( ) : void
EditorMargin ( IWpfTextView textView ) : System
GetTextViewMargin ( string marginName ) : ITextViewMargin

Returns an instance of the margin if this is the margin that has been requested.

Private Methods

Method Description
ThrowIfDisposed ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EditorMargin() public method

public EditorMargin ( IWpfTextView textView ) : System
textView IWpfTextView
return System

GetTextViewMargin() public method

Returns an instance of the margin if this is the margin that has been requested.
public GetTextViewMargin ( string marginName ) : ITextViewMargin
marginName string The name of the margin requested
return ITextViewMargin

Property Details

_textView public_oe property

public IWpfTextView _textView
return IWpfTextView