C# Class dnSpy.Contracts.Hex.Editor.HexMarginContextMenuHandlerProvider

Creates IHexMarginContextMenuHandlers or returns null. You must ExportAttribute this interface and add a HexMarginNameAttribute with the name of the margin (eg. PredefinedHexMarginNames.Glyph). Optional attribute: VSTE.TextViewRoleAttribute.
Afficher le fichier Open project: 0xd4d/dnSpy

Méthodes publiques

Méthode Description
Create ( WpfHexViewHost wpfHexViewHost, dnSpy.Contracts.Hex.Editor.WpfHexViewMargin margin ) : IHexMarginContextMenuHandler

Creates IHexMarginContextMenuHandlers or returns null

Méthodes protégées

Méthode Description
HexMarginContextMenuHandlerProvider ( ) : System.Collections.Generic

Constructor

Method Details

Create() public abstract méthode

Creates IHexMarginContextMenuHandlers or returns null
public abstract Create ( WpfHexViewHost wpfHexViewHost, dnSpy.Contracts.Hex.Editor.WpfHexViewMargin margin ) : IHexMarginContextMenuHandler
wpfHexViewHost WpfHexViewHost Hex view host
margin dnSpy.Contracts.Hex.Editor.WpfHexViewMargin Margin
Résultat IHexMarginContextMenuHandler

HexMarginContextMenuHandlerProvider() protected méthode

Constructor
protected HexMarginContextMenuHandlerProvider ( ) : System.Collections.Generic
Résultat System.Collections.Generic