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

returnValue = CType(instance, IVSSItem).Add(Local, Comment, iFlags)
public virtual VSSItem IVSSItem.Add (
    [InAttribute] string Local,
    [OptionalAttribute] [InAttribute] string Comment,
    [OptionalAttribute] [InAttribute] int iFlags
)
public:
virtual VSSItem^ Add (
    [InAttribute] String^ Local, 
    [InAttribute] [OptionalAttribute] String^ Comment, 
    [InAttribute] [OptionalAttribute] int iFlags
) = IVSSItem::Add
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

  • Local
  • Comment
  • iFlags

See Also

Reference

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