Freigeben über


TextRunInstanceEnumerator-Klasse

Gets the enumerator for an inherited object of TextRunInstance.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..TextRunInstanceEnumerator

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class TextRunInstanceEnumerator _
    Implements IEnumerator(Of TextRunInstance), IDisposable,  _
    IEnumerator
'Usage
Dim instance As TextRunInstanceEnumerator
public sealed class TextRunInstanceEnumerator : IEnumerator<TextRunInstance>, 
    IDisposable, IEnumerator
public ref class TextRunInstanceEnumerator sealed : IEnumerator<TextRunInstance^>, 
    IDisposable, IEnumerator
[<SealedAttribute>]
type TextRunInstanceEnumerator =  
    class
        interface IEnumerator<TextRunInstance>
        interface IDisposable
        interface IEnumerator
    end
public final class TextRunInstanceEnumerator implements IEnumerator<TextRunInstance>, IDisposable, IEnumerator

Der TextRunInstanceEnumerator-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Current Getst the current item.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Dispose Releases the unmanaged resources used by the TextRunInstanceEnumerator.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode MoveNext Moves to the next item in the enumerator.
Öffentliche Methode Reset Resets the ReportElementCollectionBase<(Of <(<'T>)>)>..::..ReportElementEnumerator to the first item.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Eigenschaft IEnumerator. . :: . .Current Infrastruktur

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.