ToolTask.ToolCanceled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to signal when a tool has been cancelled.
protected:
property System::Threading::ManualResetEvent ^ ToolCanceled { System::Threading::ManualResetEvent ^ get(); };
protected System.Threading.ManualResetEvent ToolCanceled { get; }
protected System.Threading.ManualResetEvent ToolCanceled { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ToolCanceled : System.Threading.ManualResetEvent
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ToolCanceled : System.Threading.ManualResetEvent
Protected ReadOnly Property ToolCanceled As ManualResetEvent
Property Value
- Attributes