IVsDataObjectChangeEventsBroker.RollbackEventGroup 메서드

지정 된 이벤트 그룹을 제거합니다.

네임스페이스:  Microsoft.VisualStudio.Data.Services
어셈블리:  Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)

구문

‘선언
Sub RollbackEventGroup ( _
    groupId As Integer _
)
void RollbackEventGroup(
    int groupId
)
void RollbackEventGroup(
    int groupId
)
abstract RollbackEventGroup : 
        groupId:int -> unit
function RollbackEventGroup(
    groupId : int
)

매개 변수

  • groupId
    형식: Int32

    이벤트 그룹 식별자를 나타내는 숫자 값입니다. 이벤트 그룹을 방지 하 고 이벤트를 즉시 발생 하는 0을 지정 합니다.

예외

예외 조건
ArgumentOutOfRangeException

groupId 매개 변수 보다 작은 0 이거나 0 보다 다양 하 고 기존 이벤트 그룹 개수 보다 큰.

ArgumentException

그룹 ID가 잘못 되었습니다.

.NET Framework 보안

참고 항목

참조

IVsDataObjectChangeEventsBroker 인터페이스

Microsoft.VisualStudio.Data.Services 네임스페이스