IVsDataReaderDescriptor.GetItemType Method (Int32)
Retrieves the data type of a data item or data items at the specified index.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function GetItemType ( _
index As Integer _
) As String
string GetItemType(
int index
)
String^ GetItemType(
int index
)
abstract GetItemType :
index:int -> string
function GetItemType(
index : int
) : String
Parameters
index
Type: System.Int32Index of the data item for which to return the data type.
Return Value
Type: System.String
The type of the data items located at the specified index.
.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