IVSSItems Interface 

Represents a collection of all children (files and subprojects) of a SourceSafe project.

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

Syntax

'Declaration
<GuidAttribute("783CD4E5-9D54-11CF-B8EE-00608CC9A71F")> _
Public Interface IVSSItems
    Inherits IEnumerable
'Usage
Dim instance As IVSSItems
[GuidAttribute("783CD4E5-9D54-11CF-B8EE-00608CC9A71F")] 
public interface IVSSItems : IEnumerable
[GuidAttribute(L"783CD4E5-9D54-11CF-B8EE-00608CC9A71F")] 
public interface class IVSSItems : IEnumerable
/** @attribute GuidAttribute("783CD4E5-9D54-11CF-B8EE-00608CC9A71F") */ 
public interface IVSSItems extends IEnumerable
GuidAttribute("783CD4E5-9D54-11CF-B8EE-00608CC9A71F") 
public interface IVSSItems extends IEnumerable

Remarks

Each SourceSafe project may contain up to four types of objects implementing the IVSSItem interface:

deleted files, non-deleted files, deleted projects, and non-deleted projects.

See Also

Reference

IVSSItems Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace