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