TextRunInstanceEnumerator.IEnumerator.Current 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the current item in the enumerator.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Private ReadOnly Property Current As Object 
    Implements IEnumerator.Current 
    Get
用法
Dim instance As TextRunInstanceEnumerator 
Dim value As Object 

value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }
private:
virtual property Object^ Current {
    Object^ get () sealed = IEnumerator::Current::get;
}
private abstract Current : Object 
private override Current : Object
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System.Object
The current item in the enumerator.

实现

IEnumerator.Current

请参阅

参考

TextRunInstanceEnumerator 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间