IVSSItems.Item Property
Gets a reference of the IVSSItem type to an object that represents a particular file or a project in the IVSSItems 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 VSSItem
'Usage
Dim instance As IVSSItems
Dim sItem As Object
Dim value As VSSItem
value = instance(sItem)
VSSItem this [
[InAttribute] Object sItem
] { get; }
property VSSItem^ default [Object^] {
VSSItem^ get ([InAttribute] Object^ sItem);
}
/** @property */
VSSItem 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 IVSSItem type to an object that represents a particular file or a project in the IVSSItems collection.
Remarks
[IDL]
HRESULT Item ([in]VARIANT sItem, [out,retval]IVSSItem **ppIItem);
See Also
Reference
IVSSItems Interface
IVSSItems Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace