IVSSEvents_SinkHelper.AfterCheckout 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 Sub AfterCheckout ( _
A_1 As VSSItem, _
A_2 As String, _
A_3 As String _
)
'Usage
Dim instance As IVSSEvents_SinkHelper
Dim A_1 As VSSItem
Dim A_2 As String
Dim A_3 As String
instance.AfterCheckout(A_1, A_2, A_3)
public virtual void AfterCheckout (
VSSItem A_1,
string A_2,
string A_3
)
public:
virtual void AfterCheckout (
VSSItem^ A_1,
String^ A_2,
String^ A_3
)
public void AfterCheckout (
VSSItem A_1,
String A_2,
String A_3
)
public function AfterCheckout (
A_1 : VSSItem,
A_2 : String,
A_3 : String
)
Parameters
- A_1
- A_2
- A_3
See Also
Reference
IVSSEvents_SinkHelper Class
IVSSEvents_SinkHelper Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace