TfDTECommand.VSIPQueryStatus Method

Helper VSIP query status for used with direct VSIP command hook up.

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public Overridable Function VSIPQueryStatus ( _
    handler As CommandHandler, _
    command As CommandHandler.Command, _
    commandId As Integer _
) As Boolean
public virtual bool VSIPQueryStatus(
    CommandHandler handler,
    CommandHandler.Command command,
    int commandId
)
public:
virtual bool VSIPQueryStatus(
    CommandHandler^ handler, 
    CommandHandler::Command^ command, 
    int commandId
)
abstract VSIPQueryStatus : 
        handler:CommandHandler * 
        command:CommandHandler.Command * 
        commandId:int -> bool  
override VSIPQueryStatus : 
        handler:CommandHandler * 
        command:CommandHandler.Command * 
        commandId:int -> bool
public function VSIPQueryStatus(
    handler : CommandHandler, 
    command : CommandHandler.Command, 
    commandId : int
) : boolean

Parameters

Return Value

Type: System.Boolean
true for status updated

.NET Framework Security

See Also

Reference

TfDTECommand Class

Microsoft.VisualStudio.TeamFoundation Namespace