RichTextBox for WinRT
Enumerate Method (C1TextElement)


A Windows.UI.Xaml.Documents.LogicalDirection.
Enumerates the elements in the document in the specified direction.
Syntax
'Declaration
 
Public Function Enumerate( _
   ByVal dir As Windows.UI.Xaml.Documents.LogicalDirection _
) As System.Collections.Generic.IEnumerable(Of C1TextElement)
'Usage
 
Dim instance As C1TextElement
Dim dir As Windows.UI.Xaml.Documents.LogicalDirection
Dim value As System.Collections.Generic.IEnumerable(Of C1TextElement)
 
value = instance.Enumerate(dir)
public System.Collections.Generic.IEnumerable<C1TextElement> Enumerate( 
   Windows.UI.Xaml.Documents.LogicalDirection dir
)

Parameters

dir
A Windows.UI.Xaml.Documents.LogicalDirection.

Return Value

The enumeration of the elements in the specified direction.
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

C1TextElement Class
C1TextElement Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback