FileOperationProgressSinkTraceActionEnabled Property

Gets or sets a value indicating whether to trace the execution of the current file operation.

If enabled, every method will make a call to TraceAction(IShellItem, HResult, String) method on execution.

This is for debugging purposes only.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool TraceActionEnabled { get; set; }

Property Value

Boolean

See Also