IVSSVersions.Count Property
Gets a number of versions in the IVSSVersions collection.
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 IVSSVersions
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
A number of versions in the IVSSVersions collection.
Remarks
[IDL]
HRESULT Count([out, retval] long *piCount);
See Also
Reference
IVSSVersions Interface
IVSSVersions Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSVersion Interface