次の方法で共有


IVsDataObjectChangeEventsBroker.RollbackEventGroup Method

Removes the specified event group.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'宣言
Sub RollbackEventGroup ( _
    groupId As Integer _
)
void RollbackEventGroup(
    int groupId
)
void RollbackEventGroup(
    int groupId
)
abstract RollbackEventGroup : 
        groupId:int -> unit 
function RollbackEventGroup(
    groupId : int
)

Parameters

  • groupId
    Type: System.Int32
    A numerical value representing the event group identifier. Specify 0 to avoid event groups and raise the event immediately.

Exceptions

Exception Condition
ArgumentOutOfRangeException

The groupId parameter is less than zero, or is different than zero and greater than the count of existing event groups.

ArgumentException

The group ID is not valid.

.NET Framework Security

See Also

Reference

IVsDataObjectChangeEventsBroker Interface

Microsoft.VisualStudio.Data.Services Namespace