Share via


IVSSEvents_SinkHelper.BeforeCheckin 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 BeforeCheckin ( _
    A_1 As VSSItem, _
    A_2 As String, _
    A_3 As String _
) As Boolean
'Usage
Dim instance As IVSSEvents_SinkHelper
Dim A_1 As VSSItem
Dim A_2 As String
Dim A_3 As String
Dim returnValue As Boolean

returnValue = instance.BeforeCheckin(A_1, A_2, A_3)
public virtual bool BeforeCheckin (
    VSSItem A_1,
    string A_2,
    string A_3
)
public:
virtual bool BeforeCheckin (
    VSSItem^ A_1, 
    String^ A_2, 
    String^ A_3
)
public boolean BeforeCheckin (
    VSSItem A_1, 
    String A_2, 
    String A_3
)
public function BeforeCheckin (
    A_1 : VSSItem, 
    A_2 : String, 
    A_3 : String
) : boolean

Parameters

  • A_1
  • A_2
  • A_3

See Also

Reference

IVSSEvents_SinkHelper Class
IVSSEvents_SinkHelper Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace