Gets the description of the current batch operation.
[Visual Basic] Function GetBatchOperationDescription() As String [C#] string GetBatchOperationDescription(); [C++] String* GetBatchOperationDescription() = 0; [JScript] function GetBatchOperationDescription() : String;
The current batch operation description.
The description corresponds to the last description specified with System.WinForms.IDesignerHost.BeginBatchOperation that was not ended with a call to System.WinForms.IDesignerHost.EndBatchOperation.
IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | BeginBatchOperation | EndBatchOperation