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) | ![]() |
---|---|
Dim instance As WebSchedulerCategoryCollection 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
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