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
'宣言
Function GetItemType ( _
index As Integer _
) As String
'使用
Dim instance As IVsDataReaderDescriptor
Dim index As Integer
Dim returnValue As String
returnValue = instance.GetItemType(index)
string GetItemType(
int index
)
String^ GetItemType(
int index
)
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.
Permissions
- 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
IVsDataReaderDescriptor Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace