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