IVSSEvents_Event.add_AfterCheckin Método

Consulte AfterCheckin.

Namespace:  Microsoft.VisualStudio.SourceSafe.Interop
Assembly:  Microsoft.VisualStudio.SourceSafe.Interop (em Microsoft.VisualStudio.SourceSafe.Interop. dll)

Sintaxe

'Declaração
Sub add_AfterCheckin ( _
    A_1 As IVSSEvents_AfterCheckinEventHandler _
)
'Uso
Dim instance As IVSSEvents_Event
Dim A_1 As IVSSEvents_AfterCheckinEventHandler

instance.add_AfterCheckin(A_1)
void add_AfterCheckin(
    IVSSEvents_AfterCheckinEventHandler A_1
)
void add_AfterCheckin(
    IVSSEvents_AfterCheckinEventHandler^ A_1
)
function add_AfterCheckin(
    A_1 : IVSSEvents_AfterCheckinEventHandler
)

Parâmetros

Permissões

Consulte também

Referência

IVSSEvents_Event Interface

IVSSEvents_Event Membros

Microsoft.VisualStudio.SourceSafe.Interop Namespace