IVSSItem.Size Property 

Gets a value that represents the physical size of the latest version of the file in the store.

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

Syntax

'Declaration
ReadOnly Property Size As Integer
'Usage
Dim instance As IVSSItem
Dim value As Integer

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

Property Value

The file size.

See Also

Reference

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