TfDTEBasicRoutedCommand Class

Create a DTE command that routes the execution/status to a command handler

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamFoundation.TfDTECommand
    Microsoft.VisualStudio.TeamFoundation.TfDTEBasicRoutedCommand

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

Syntax

'Declaration
Public Class TfDTEBasicRoutedCommand _
    Inherits TfDTECommand
public class TfDTEBasicRoutedCommand : TfDTECommand
public ref class TfDTEBasicRoutedCommand : public TfDTECommand
type TfDTEBasicRoutedCommand =  
    class 
        inherit TfDTECommand 
    end
public class TfDTEBasicRoutedCommand extends TfDTECommand

The TfDTEBasicRoutedCommand type exposes the following members.

Constructors

  Name Description
Public method TfDTEBasicRoutedCommand Constructor

Top

Properties

  Name Description
Public property Arguments (Inherited from TfDTECommand.)
Public property HelpTopic Get/Set the help topic associated with this command. This is used in displaying an error message. (Inherited from TfDTECommand.)
Public property IsAvailable (Overrides TfDTECommand.IsAvailable.)
Public property Name (Inherited from TfDTECommand.)
Public property OptionIDs (Inherited from TfDTECommand.)
Public property OutputFile Get the output file from /output option, if it is specified (Inherited from TfDTECommand.)
Public property OutputReadyFile Get the output.ready file from /output option, if it is specified (Inherited from TfDTECommand.)
Public property Title Get/Set the title associated with this command. This is used in displaying an error message. (Inherited from TfDTECommand.)

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ParseArguments(String) Parse the arguments from a string of concatenated arguments. This is called from the direct VSIP command hooks. (Inherited from TfDTECommand.)
Public method ParseArguments(array<String[]) Parse the arguments from the list of parameters. This is called from the TfDTE command manager. (Inherited from TfDTECommand.)
Public method ReportBadOptionCombinationIfPresent Reports a conflict by throwing an exception if both options are present. (Inherited from TfDTECommand.)
Public method ReportMissingAssociatedOption Checks that a second option is specified with the first and throws an ArgumentListException if the required option is missing. (Inherited from TfDTECommand.)
Public method TfDTEExecute (Overrides TfDTECommand.TfDTEExecute().)
Public method TfDTEExecuteWithReadyFile Execute the command and create the output.ready file when the work has finished. DTE command are async. The output.ready file hints the caller that the command has finished execution. (Inherited from TfDTECommand.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method VSIPExec Helper VSIP exec for used with direct VSIP command hook up. (Inherited from TfDTECommand.)
Public method VSIPQueryStatus Helper VSIP query status for used with direct VSIP command hook up. (Inherited from TfDTECommand.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.TeamFoundation Namespace