Share via


IVsDataExplorerNodeSelection.Find Method (String, array<Object )

Retrieves the specified node from the group of selected nodes.

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

Syntax

'Declaration
Function Find ( _
    typeName As String, _
    identifier As Object() _
) As IVsDataExplorerNode
IVsDataExplorerNode Find(
    string typeName,
    Object[] identifier
)
IVsDataExplorerNode^ Find(
    String^ typeName, 
    array<Object^>^ identifier
)
abstract Find : 
        typeName:string * 
        identifier:Object[] -> IVsDataExplorerNode
function Find(
    typeName : String, 
    identifier : Object[]
) : IVsDataExplorerNode

Parameters

  • typeName
    Type: System.String

    The name of the data object type that is represented in the node to retrieve.

  • identifier
    Type: array<System.Object[]

    An array of data object identifier parts that represent the node.

Return Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
An IVsDataExplorerNode object representing the requested node.

.NET Framework Security

See Also

Reference

IVsDataExplorerNodeSelection Interface

Find Overload

Microsoft.VisualStudio.Data.Services Namespace