Retrieves the value of a data item with the specified name in the current block of data.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Public Overridable Function GetItem ( _
name As String _
) As Object
'使用
Dim instance As DataReader
Dim name As String
Dim returnValue As Object
returnValue = instance.GetItem(name)
public virtual Object GetItem(
string name
)
public:
virtual Object^ GetItem(
String^ name
)
public function GetItem(
name : String
) : Object
Parameters
name
Type: System.StringThe name of the data item in the current block to retrieve.
Return Value
Type: System.Object
The string value of the item with the specified name.
Implements
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.