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.BeginBatchOperation (String)

Begins a System.ComponentModel.Design.IDesignerHost.BatchOperation event with the name or description specified.

[Visual Basic]
Overloads Sub BeginBatchOperation( _
   ByVal description As String _
)
[C#]
void BeginBatchOperation(
   string description
);
[C++]
void BeginBatchOperation(
   String* description
) = 0;
[JScript]
function BeginBatchOperation(
   description : String
);

Parameters

description
A title or description for the current batch operation.

See Also

IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | IDesignerHost.BeginBatchOperation Overload List | EndBatchOperation | AddOnBatchOperation | RemoveOnBatchOperation | BatchOperationEventHandler | BatchOperationEventArgs