Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a data item with a specified name.
Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides Function GetItem ( _
    name As String _
) As Object
public override Object GetItem(
    string name
)
public:
virtual Object^ GetItem(
    String^ name
) override
abstract GetItem : 
        name:string -> Object  
override GetItem : 
        name:string -> Object
public override function GetItem(
    name : String
) : Object
Parameters
- name 
 Type: System.String- The name of the data item to retrieve. 
Return Value
Type: System.Object
The string literal name by which to retrieve the data item.
Implements
.NET Framework Security
- 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.