IVSSEvents_SinkHelper.BeforeBranch MethodÂ
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Public Overridable Function BeforeBranch ( _
A_1 As VSSItem, _
A_2 As String _
) As Boolean
'Usage
Dim instance As IVSSEvents_SinkHelper
Dim A_1 As VSSItem
Dim A_2 As String
Dim returnValue As Boolean
returnValue = instance.BeforeBranch(A_1, A_2)
public virtual bool BeforeBranch (
VSSItem A_1,
string A_2
)
public:
virtual bool BeforeBranch (
VSSItem^ A_1,
String^ A_2
)
public boolean BeforeBranch (
VSSItem A_1,
String A_2
)
public function BeforeBranch (
A_1 : VSSItem,
A_2 : String
) : boolean
Parameters
- A_1
- A_2
See Also
Reference
IVSSEvents_SinkHelper Class
IVSSEvents_SinkHelper Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace