IVSSItem Interface
Represents a file or a project within the SourceSafe database.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
<GuidAttribute("2A0DE0EA-2E9F-11D0-9236-00AA00A1EB95")> _
Public Interface IVSSItem
'Usage
Dim instance As IVSSItem
[GuidAttribute("2A0DE0EA-2E9F-11D0-9236-00AA00A1EB95")]
public interface IVSSItem
[GuidAttribute(L"2A0DE0EA-2E9F-11D0-9236-00AA00A1EB95")]
public interface class IVSSItem
/** @attribute GuidAttribute("2A0DE0EA-2E9F-11D0-9236-00AA00A1EB95") */
public interface IVSSItem
GuidAttribute("2A0DE0EA-2E9F-11D0-9236-00AA00A1EB95")
public interface IVSSItem
Remarks
The VSS Automation allows you to create multiple IVSSItems simultaneously. However a specific IVSSItem may reference only one file or project at a time.
See Also
Reference
IVSSItem Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace