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.
Namespace: DevCase.Core.IO.FileSystemAssembly: 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; }
Public Property TraceActionEnabled As Boolean
Get
Set
Dim instance As FileOperationProgressSink
Dim value As Boolean
value = instance.TraceActionEnabled
instance.TraceActionEnabled = value
public:
property bool TraceActionEnabled {
bool get ();
void set (bool value);
}
member TraceActionEnabled : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean