IVSSEvents_Event.add_BeforeBranch MethodÂ
See BeforeBranch.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Sub add_BeforeBranch ( _
A_1 As IVSSEvents_BeforeBranchEventHandler _
)
'Usage
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
)
Parameters
- A_1
See Also
Reference
IVSSEvents_Event Interface
IVSSEvents_Event Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace