IVSSVersions.Item Property 

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

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    <InAttribute> sItem As Object _
) As VSSVersion
'Usage
Dim instance As IVSSVersions
Dim sItem As Object
Dim value As VSSVersion

value = instance(sItem)
VSSVersion this [
    [InAttribute] Object sItem
] { get; }
property VSSVersion^ default [Object^] {
    VSSVersion^ get ([InAttribute] Object^ sItem);
}
/** @property */
VSSVersion get_Item (/** @attribute InAttribute() */ Object sItem)
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

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

Remarks

[IDL]

HRESULT Item([in] VARIANT sItem, [out, retval] IVSSVersion **ppIVersion);

See Also

Reference

IVSSVersions Interface
IVSSVersions Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSItem.Version Property