ToolTask.ToolCanceled Property

Definition

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

Applies to