IVsDataReader.GetItem 方法 (String)

当实现由选件类,检索数据项的值具有指定名称的当前块数据。

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

语法

声明
Function GetItem ( _
    name As String _
) As Object
Object GetItem(
    string name
)
Object^ GetItem(
    String^ name
)
abstract GetItem : 
        name:string -> Object 
function GetItem(
    name : String
) : Object

参数

  • name
    类型:System.String
    数据项的名称在当前的块检索。

返回值

类型:System.Object
项的字符串值具有指定名称的。

.NET Framework 安全性

请参见

参考

IVsDataReader 接口

GetItem 重载

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