IVSSVersions Interface 

A collection of all the versions of a file or a project.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Syntax

'Declaration
<GuidAttribute("2A0DE0EB-2E9F-11D0-9236-00AA00A1EB95")> _
Public Interface IVSSVersions
'Usage
Dim instance As IVSSVersions
[GuidAttribute("2A0DE0EB-2E9F-11D0-9236-00AA00A1EB95")] 
public interface IVSSVersions
[GuidAttribute(L"2A0DE0EB-2E9F-11D0-9236-00AA00A1EB95")] 
public interface class IVSSVersions
/** @attribute GuidAttribute("2A0DE0EB-2E9F-11D0-9236-00AA00A1EB95") */ 
public interface IVSSVersions
GuidAttribute("2A0DE0EB-2E9F-11D0-9236-00AA00A1EB95") 
public interface IVSSVersions

Remarks

The IVSSVersions collection of a file or a project contains IVSSVersion type objects that represent all versions of a file or a project, and all labeled versions of parent projects.

See Also

Reference

IVSSVersions Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSVersion Interface