TableRowCollection.System.Collections.Generic.IEnumerable<System.Windows.Documents.TableRow>.GetEnumerator Method 

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

Namespace: System.Windows.Documents
Assembly: PresentationFramework (in presentationframework.dll)

Syntax

'Declaration
Private Function System.Collections.Generic.IEnumerable<System.Windows.Documents.TableRow>.GetEnumerator As IEnumerator(Of TableRow) Implements IEnumerable(Of TableRow).GetEnumerator
'Usage
Dim instance As TableRowCollection
Dim returnValue As IEnumerator(Of TableRow)

returnValue = CType(instance, IEnumerable(Of TableRow)).GetEnumerator
IEnumerator<TableRow> IEnumerable<TableRow>.GetEnumerator ()
private:
virtual IEnumerator<TableRow^>^ System.Collections.Generic.IEnumerable<System.Windows.Documents.TableRow>.GetEnumerator () sealed = IEnumerable<TableRow^>::GetEnumerator
You cannot use methods in XAML.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

TableRowCollection Class
TableRowCollection Members
System.Windows.Documents Namespace