Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Provides properties and methods used to define context menu items for an editor.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface IEditorContextMenuProvider
'Usage
Dim instance As IEditorContextMenuProvider
public interface IEditorContextMenuProvider
public interface class IEditorContextMenuProvider
type IEditorContextMenuProvider = interface end
public interface IEditorContextMenuProvider
The IEditorContextMenuProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CommonExtension | Gets the common extension of the context menu. |
![]() |
PriorityOrder | Gets the priority order of the context menu. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetMenuItems | Gets the context menu items for the specified editor and position. |
Top