Share via


GeneratorPosition Constructor

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Initializes a new instance of GeneratorPosition with the specified index and offset.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Sub New ( _
    index As Integer, _
    offset As Integer _
)
public GeneratorPosition(
    int index,
    int offset
)

Parameters

  • index
    Type: System.Int32
    An Int32 index that is relative to the generated (realized) items. -1 is a special value that refers to a fictitious item at the beginning or the end of the items list.
  • offset
    Type: System.Int32
    An Int32 offset that is relative to the ungenerated (unrealized) items near the indexed item. An offset of 0 refers to the indexed element itself, an offset 1 refers to the next ungenerated (unrealized) item, and an offset of -1 refers to the previous item.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.