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.
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.
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Overridable Function TfDTEExecuteWithReadyFile As Boolean
public virtual bool TfDTEExecuteWithReadyFile()
public:
virtual bool TfDTEExecuteWithReadyFile()
abstract TfDTEExecuteWithReadyFile : unit -> bool
override TfDTEExecuteWithReadyFile : unit -> bool
public function TfDTEExecuteWithReadyFile() : boolean
Return Value
Type: System.Boolean
true for command executed, false otherwise
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.