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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataReaderDescriptor Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace