共用方式為


Current 屬性

Getst the current item.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Current As TextRunInstance
    Get
'用途
Dim instance As TextRunInstanceEnumerator
Dim value As TextRunInstance

value = instance.Current
public TextRunInstance Current { get; }
public:
virtual property TextRunInstance^ Current {
    TextRunInstance^ get () sealed;
}
abstract Current : TextRunInstance
override Current : TextRunInstance
final function get Current () : TextRunInstance

實作

IEnumerator< (Of < ( <'T> ) > ) >. . :: . .Current