次の方法で共有


CommandHandler Delegate

Microsoft internal use only.

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣言
Public Delegate Sub CommandHandler ( _
    sender As IVsUIDispatch, _
    verb As String, _
    argumentIn As Object, _
    <OutAttribute> ByRef argumentOut As Object _
)
public delegate void CommandHandler(
    IVsUIDispatch sender,
    string verb,
    Object argumentIn,
    out Object argumentOut
)

Parameters

See Also

Reference

Microsoft.Internal.VisualStudio.PlatformUI Namespace