LightSwitch HTML Edition
GetEnumerator Method






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of C1OlapField)
'Usage
 
Dim instance As C1OlapFieldList
Dim value As System.Collections.Generic.IEnumerator(Of C1OlapField)
 
value = instance.GetEnumerator()
[__DynamicallyInvokable()]
public System.Collections.Generic.IEnumerator<C1OlapField> GetEnumerator()
public function GetEnumerator(): System.Collections.Generic.IEnumerator; 
__DynamicallyInvokableAttribute()
public function GetEnumerator() : System.Collections.Generic.IEnumerator;
[__DynamicallyInvokable()]
public: System.Collections.Generic.IEnumerator<C1OlapField*>* GetEnumerator(); 
[__DynamicallyInvokable()]
public:
System.Collections.Generic.IEnumerator<C1OlapField^>^ GetEnumerator(); 
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