检索数据项或数据项的数据类型位于指定索引处。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。