VSSItemClass.Checkin 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 Checkin ( _
    <InAttribute> <OptionalAttribute> Optional Comment As String = "", _
    <InAttribute> <OptionalAttribute> Optional Local As String = "", _
    <InAttribute> <OptionalAttribute> Optional iFlags As Integer = 0 _
) Implements IVSSItem.Checkin
'Usage
Dim instance As VSSItemClass
Dim Comment As String
Dim Local As String
Dim iFlags As Integer

CType(instance, IVSSItem).Checkin(Comment, Local, iFlags)
public virtual void IVSSItem.Checkin (
    [OptionalAttribute] [InAttribute] string Comment,
    [OptionalAttribute] [InAttribute] string Local,
    [OptionalAttribute] [InAttribute] int iFlags
)
public:
virtual void Checkin (
    [InAttribute] [OptionalAttribute] String^ Comment, 
    [InAttribute] [OptionalAttribute] String^ Local, 
    [InAttribute] [OptionalAttribute] int iFlags
) = IVSSItem::Checkin
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • Comment
  • Local
  • iFlags

See Also

Reference

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