KnownUIContexts.BulkFileOperationContext Property

Definition

A UI context indicating that a bulk file operation is in progress. This kind of operations can touch multiple files in the solution. One of the example of such operation is a git branch switch. It most likely updates multiple files on disk and sometimes components better handle updating once for all batch at the end of the operation rather than each file separately during the process.

public:
 static property Microsoft::VisualStudio::Shell::UIContext ^ BulkFileOperationContext { Microsoft::VisualStudio::Shell::UIContext ^ get(); };
public static Microsoft.VisualStudio.Shell.UIContext BulkFileOperationContext { get; }
static member BulkFileOperationContext : Microsoft.VisualStudio.Shell.UIContext
Public Shared ReadOnly Property BulkFileOperationContext As UIContext

Property Value

Applies to