IVSSItem.VSSVersion Property 

Gets a reference of the IVSSVersion type to an object that represents a version of a particular file or a project in the SourceSafe database.

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

Syntax

'Declaration
ReadOnly Property VSSVersion As VSSVersion
'Usage
Dim instance As IVSSItem
Dim value As VSSVersion

value = instance.VSSVersion
VSSVersion VSSVersion { get; }
property VSSVersion^ VSSVersion {
    VSSVersion^ get ();
}
/** @property */
VSSVersion get_VSSVersion ()
function get VSSVersion () : VSSVersion

Property Value

A reference of the IVSSVersion type to an object that represents a version of a particular file or a project in the SourceSafe database.

Remarks

[IDL]

HRESULT VSSVersion([out, retval] IVSSVersion **ppIVersion);

See Also

Reference

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