Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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
- obj
Type: Microsoft.VisualStudio.Data.Services.IVsDataObject
A data object containing the properties that identify the node to retrieve.
Return Value
Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
An IVsDataExplorerNode object representing the requested node.
.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.