IVSSEvents_SinkHelper.BeforeEvent 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 BeforeEvent ( _
A_1 As Integer, _
A_2 As VSSItem, _
A_3 As String, _
A_4 As Object _
) As Boolean
'Usage
Dim instance As IVSSEvents_SinkHelper
Dim A_1 As Integer
Dim A_2 As VSSItem
Dim A_3 As String
Dim A_4 As Object
Dim returnValue As Boolean
returnValue = instance.BeforeEvent(A_1, A_2, A_3, A_4)
public virtual bool BeforeEvent (
int A_1,
VSSItem A_2,
string A_3,
Object A_4
)
public:
virtual bool BeforeEvent (
int A_1,
VSSItem^ A_2,
String^ A_3,
Object^ A_4
)
public boolean BeforeEvent (
int A_1,
VSSItem A_2,
String A_3,
Object A_4
)
public function BeforeEvent (
A_1 : int,
A_2 : VSSItem,
A_3 : String,
A_4 : Object
) : boolean
Parameters
- A_1
- A_2
- A_3
- A_4
See Also
Reference
IVSSEvents_SinkHelper Class
IVSSEvents_SinkHelper Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace