次の方法で共有


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.Int32

    Index 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

See Also

Reference

IVsDataReaderDescriptor Interface

IVsDataReaderDescriptor Members

GetItemType Overload

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace