IVsDataReaderDescriptor.GetItemType 方法 (Int32)

检索数据项或数据项的数据类型位于指定索引处。

命名空间:  Microsoft.VisualStudio.Data.Services.SupportEntities
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
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

参数

  • index
    类型:System.Int32
    数据项索引来返回数据类型。

返回值

类型:System.String
数据项的类型位于指定索引处。

.NET Framework 安全性

请参见

参考

IVsDataReaderDescriptor 接口

GetItemType 重载

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间