VSSItemClass.Checkout 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 Checkout ( _
<InAttribute> <OptionalAttribute> Optional Comment As String = "", _
<InAttribute> <OptionalAttribute> Optional Local As String = "", _
<InAttribute> <OptionalAttribute> Optional iFlags As Integer = 0 _
) Implements IVSSItem.Checkout
'Usage
Dim instance As VSSItemClass
Dim Comment As String
Dim Local As String
Dim iFlags As Integer
CType(instance, IVSSItem).Checkout(Comment, Local, iFlags)
public virtual void IVSSItem.Checkout (
[OptionalAttribute] [InAttribute] string Comment,
[OptionalAttribute] [InAttribute] string Local,
[OptionalAttribute] [InAttribute] int iFlags
)
public:
virtual void Checkout (
[InAttribute] [OptionalAttribute] String^ Comment,
[InAttribute] [OptionalAttribute] String^ Local,
[InAttribute] [OptionalAttribute] int iFlags
) = IVSSItem::Checkout
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