LightSwitch HTML Edition
ResetItem Method






Syntax
'Declaration
 
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")>
Public Sub ResetItem( _
   ByVal position As System.Integer _
) 
'Usage
 
Dim instance As C1OlapFieldList
Dim position As System.Integer
 
instance.ResetItem(position)
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public void ResetItem( 
   System.int position
)
public procedure ResetItem( 
    position: System.Integer
); 
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")
public function ResetItem( 
   position : System.int
);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public: void ResetItem( 
   System.int position
) 
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public:
void ResetItem( 
   System.int position
) 

Parameters

position
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

Send Feedback