DataReader.ItemCount Property
Gets the number of items in the current block of data.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ItemCount As Integer
public virtual int ItemCount { get; }
public:
virtual property int ItemCount {
int get ();
}
abstract ItemCount : int with get
override ItemCount : int with get
function get ItemCount () : int
Property Value
Type: System.Int32
An integer value indicating the number of items in the current block of data.
Implements
IVsDataReaderDescriptor.ItemCount
Remarks
Notes to Inheritors
The base implementation returns -1.
.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.