LightSwitch HTML Edition
IndexOf(C1OlapField) Method






Syntax
'Declaration
 
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")>
<__DynamicallyInvokableAttribute()>
Public Overloads Function IndexOf( _
   ByVal item As C1OlapField _
) As System.Integer
'Usage
 
Dim instance As C1OlapFieldList
Dim item As C1OlapField
Dim value As System.Integer
 
value = instance.IndexOf(item)
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
[__DynamicallyInvokable()]
public System.int IndexOf( 
   C1OlapField item
)
public function IndexOf( 
    item: C1OlapField
): System.Integer; 
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")
__DynamicallyInvokableAttribute()
public function IndexOf( 
   item : C1OlapField
) : System.int;
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
[__DynamicallyInvokable()]
public: System.int IndexOf( 
   C1OlapField* item
) 
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
[__DynamicallyInvokable()]
public:
System.int IndexOf( 
   C1OlapField^ 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

Reference

C1OlapFieldList Class
C1OlapFieldList Members
Overload List

Send Feedback