Share via


IVsDataReaderDescriptor.ItemCount Property

Gets the number of items in this data reader's current block of data.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property ItemCount As Integer
int ItemCount { get; }
property int ItemCount {
    int get ();
}
abstract ItemCount : int with get
function get ItemCount () : int

Property Value

Type: System.Int32
An integer value holding the number of items in this data reader's current block of data.

.NET Framework Security

See Also

Reference

IVsDataReaderDescriptor Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace