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
'Usage
Dim instance As IVsDataReaderDescriptor 
Dim value As Integer 

value = instance.ItemCount
int ItemCount { get; }
property int ItemCount {
    int 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

IVsDataReaderDescriptor Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace