NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDesignerHost.GetBatchOperationDescription

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;

Return Value

The current batch operation description.

Remarks

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.

See Also

IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | BeginBatchOperation | EndBatchOperation