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>

パラメーター

戻り値

型: System.Collections.Generic.IEnumerable<Object>
指定されたエディターおよび位置のコンテキスト メニュー項目。

関連項目

参照

IEditorContextMenuProvider インターフェイス

Microsoft.WebMatrix.Extensibility.Editor 名前空間