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.
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 | |
---|---|---|
![]() |
TfDTEBasicRoutedCommand | Constructor |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Arguments | (Inherited from TfDTECommand.) |
![]() |
HelpTopic | Get/Set the help topic associated with this command. This is used in displaying an error message. (Inherited from TfDTECommand.) |
![]() |
IsAvailable | (Overrides TfDTECommand.IsAvailable.) |
![]() |
Name | (Inherited from TfDTECommand.) |
![]() |
OptionIDs | (Inherited from TfDTECommand.) |
![]() |
OutputFile | Get the output file from /output option, if it is specified (Inherited from TfDTECommand.) |
![]() |
OutputReadyFile | Get the output.ready file from /output option, if it is specified (Inherited from TfDTECommand.) |
![]() |
Title | Get/Set the title associated with this command. This is used in displaying an error message. (Inherited from TfDTECommand.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ParseArguments(String) | Parse the arguments from a string of concatenated arguments. This is called from the direct VSIP command hooks. (Inherited from TfDTECommand.) |
![]() |
ParseArguments(array<String[]) | Parse the arguments from the list of parameters. This is called from the TfDTE command manager. (Inherited from TfDTECommand.) |
![]() |
ReportBadOptionCombinationIfPresent | Reports a conflict by throwing an exception if both options are present. (Inherited from TfDTECommand.) |
![]() |
ReportMissingAssociatedOption | Checks that a second option is specified with the first and throws an ArgumentListException if the required option is missing. (Inherited from TfDTECommand.) |
![]() |
TfDTEExecute | (Overrides TfDTECommand.TfDTEExecute().) |
![]() |
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.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
VSIPExec | Helper VSIP exec for used with direct VSIP command hook up. (Inherited from TfDTECommand.) |
![]() |
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.