IVsDataObjectStore.SelectObjects Method (String)

Returns a collection of data objects for the specified type from the object store.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function SelectObjects ( _
    typeName As String _
) As IVsDataObjectCollection
IVsDataObjectCollection SelectObjects(
    string typeName
)
IVsDataObjectCollection^ SelectObjects(
    String^ typeName
)
abstract SelectObjects : 
        typeName:string -> IVsDataObjectCollection
function SelectObjects(
    typeName : String
) : IVsDataObjectCollection

Parameters

  • typeName
    Type: System.String

    The data source–specific name of the specified type to retrieve data objects for.

Return Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataObjectCollection
An IVsDataObjectCollection containing the data objects.

Exceptions

Exception Condition
ArgumentNullException

The typeName parameter is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

IVsDataObjectStore Interface

SelectObjects Overload

Microsoft.VisualStudio.Data.Services Namespace