IVSSItems.Count Property 

Gets the number of children (files and subprojects) in the project.

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

Syntax

'Declaration
ReadOnly Property Count As Integer
'Usage
Dim instance As IVSSItems
Dim value As Integer

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
/** @property */
int get_Count ()
function get Count () : int

Property Value

The number of children (files and subprojects) in the project.

Remarks

[IDL]

HRESULT Count ([out,retval]long *piCount);

See Also

Reference

IVSSItems Interface
IVSSItems Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace