Intersoft WebScheduler Documentation
IndexOf Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerRecurrenceCollection Class : IndexOf Method






item

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")>
<__DynamicallyInvokableAttribute()>
Public Function IndexOf( _
   ByVal item As ISNet.WebUI.INamedObject2 _
) As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerRecurrenceCollection
Dim item As ISNet.WebUI.INamedObject2
Dim value As System.Integer
 
value = instance.IndexOf(item)
C# 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")]
[__DynamicallyInvokableAttribute()]
public System.int IndexOf( 
   ISNet.WebUI.INamedObject2 item
)
Delphi 
public function IndexOf( 
    item: ISNet.WebUI.INamedObject2
): System.Integer; 
JScript 
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")
__DynamicallyInvokableAttribute()
public function IndexOf( 
   item : ISNet.WebUI.INamedObject2
) : System.int;
Managed Extensions for C++ 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")]
[__DynamicallyInvokableAttribute()]
public: System.int IndexOf( 
   ISNet.WebUI.INamedObject2* item
) 
C++/CLI 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")]
[__DynamicallyInvokableAttribute()]
public:
System.int IndexOf( 
   ISNet.WebUI.INamedObject2^ item
) 

Parameters

item

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

©2013 Intersoft Solutions Corp. All Rights Reserved.