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.
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Delegate Function StatusCallback ( _
handler As CommandHandler, _
command As CommandHandler.Command, _
commandId As Integer _
) As Boolean
public delegate bool StatusCallback(
CommandHandler handler,
CommandHandler.Command command,
int commandId
)
public delegate bool StatusCallback(
CommandHandler^ handler,
CommandHandler::Command^ command,
int commandId
)
type StatusCallback =
delegate of
handler:CommandHandler *
command:CommandHandler.Command *
commandId:int -> bool
JScript does not support delegates.
Parameters
- handler
Type: Microsoft.VisualStudio.TeamFoundation.CommandHandler
- commandId
Type: System.Int32
Return Value
Type: System.Boolean