Evento IVSSEvents_Event.BeforeBranch

Vedere BeforeBranch.

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

Sintassi

'Dichiarazione
Event BeforeBranch As IVSSEvents_BeforeBranchEventHandler
'Utilizzo
Dim instance As IVSSEvents_Event
Dim handler As IVSSEvents_BeforeBranchEventHandler

AddHandler instance.BeforeBranch, handler
event IVSSEvents_BeforeBranchEventHandler BeforeBranch
event IVSSEvents_BeforeBranchEventHandler^ BeforeBranch {
    void add (IVSSEvents_BeforeBranchEventHandler^ A_1);
    void remove (IVSSEvents_BeforeBranchEventHandler^ A_1);
}
/** @event */
void add_BeforeBranch (IVSSEvents_BeforeBranchEventHandler A_1)

/** @event */
void remove_BeforeBranch (IVSSEvents_BeforeBranchEventHandler A_1)
JScript supporta l'utilizzo di eventi ma non la dichiarazione di nuovi.

Vedere anche

Riferimenti

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