IEditorContextMenuProvider.GetMenuItems メソッド
v2 に適用されます。
指定されたエディターおよび位置のコンテキスト メニュー項目を取得します。
名前空間: Microsoft.WebMatrix.Extensibility.Editor
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Function GetMenuItems ( _
editor As IEditor, _
position As Nullable(Of Integer) _
) As IEnumerable(Of Object)
'使用
Dim instance As IEditorContextMenuProvider
Dim editor As IEditor
Dim position As Nullable(Of Integer)
Dim returnValue As IEnumerable(Of Object)
returnValue = instance.GetMenuItems(editor, _
position)
IEnumerable<Object> GetMenuItems(
IEditor editor,
Nullable<int> position
)
IEnumerable<Object^>^ GetMenuItems(
IEditor^ editor,
Nullable<int> position
)
abstract GetMenuItems :
editor:IEditor *
position:Nullable<int> -> IEnumerable<Object>
function GetMenuItems(
editor : IEditor,
position : Nullable<int>
) : IEnumerable<Object>
パラメーター
editor
型: Microsoft.WebMatrix.Extensibility.Editor.IEditorエディター
position
型: System.Nullable<Int32>位置。
戻り値
型: System.Collections.Generic.IEnumerable<Object>
指定されたエディターおよび位置のコンテキスト メニュー項目。