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

Inheritance: System.Windows.Controls.Canvas, IWpfTextViewMargin
Afficher le fichier Open project: o2platform/O2.Platform.Projects Class Usage Examples

Méthodes publiques

Свойство Type Description
_textView IWpfTextView

Méthodes publiques

Méthode 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

Méthode Description
ThrowIfDisposed ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditorMargin() public méthode

public EditorMargin ( IWpfTextView textView ) : System
textView IWpfTextView
Résultat System

GetTextViewMargin() public méthode

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

Property Details

_textView public_oe property

public IWpfTextView _textView
Résultat IWpfTextView