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

ReadOnly Property ItemCount As Integer

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.

Permissions

See Also

Reference

IVsDataReaderDescriptor Interface

IVsDataReaderDescriptor Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace