Share via


IVsDataExplorerNodeSelection.Find Method (IVsDataObject)

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 ( _
    obj As IVsDataObject _
) As IVsDataExplorerNode
IVsDataExplorerNode Find(
    IVsDataObject obj
)
IVsDataExplorerNode^ Find(
    IVsDataObject^ obj
)
abstract Find : 
        obj:IVsDataObject -> IVsDataExplorerNode
function Find(
    obj : IVsDataObject
) : IVsDataExplorerNode

Parameters

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