Metodo IVSSEvents_Event.add_BeforeBranch

Vedere BeforeBranch.

Spazio dei nomi: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Sintassi

'Dichiarazione
Sub add_BeforeBranch ( _
    A_1 As IVSSEvents_BeforeBranchEventHandler _
)
'Utilizzo
Dim instance As IVSSEvents_Event
Dim A_1 As IVSSEvents_BeforeBranchEventHandler

instance.add_BeforeBranch(A_1)
void add_BeforeBranch (
    IVSSEvents_BeforeBranchEventHandler A_1
)
void add_BeforeBranch (
    IVSSEvents_BeforeBranchEventHandler^ A_1
)
void add_BeforeBranch (
    IVSSEvents_BeforeBranchEventHandler A_1
)
function add_BeforeBranch (
    A_1 : IVSSEvents_BeforeBranchEventHandler
)

Parametri

  • A_1

Vedere anche

Riferimenti

Interfaccia IVSSEvents_Event
Membri IVSSEvents_Event
Spazio dei nomi Microsoft.VisualStudio.SourceSafe.Interop