OleCommandTargetHelper.ExecHandler Delegate

Used to abstract the IOleCommandTarget Exec method.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Delegate Function ExecHandler ( _
    arg As ExecArg _
) As Integer
'Usage
Dim instance As New ExecHandler(AddressOf HandlerMethod)
public delegate int ExecHandler(
    ExecArg arg
)
public delegate int ExecHandler(
    ExecArg^ arg
)
JScript does not support delegates.
type ExecHandler = 
    delegate of 
        arg:ExecArg -> int

Parameters

Return Value

Type: System.Int32

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace