IVsDataExplorerNodeSelection.Find Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Find(IVsDataObject) |
Retrieves the specified node from the group of selected nodes. |
Find(String, Object[]) |
Retrieves the specified node from the group of selected nodes. |
Find(IVsDataObject)
Retrieves the specified node from the group of selected nodes.
public:
Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^ Find(Microsoft::VisualStudio::Data::Services::IVsDataObject ^ obj);
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode Find (Microsoft.VisualStudio.Data.Services.IVsDataObject obj);
abstract member Find : Microsoft.VisualStudio.Data.Services.IVsDataObject -> Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Public Function Find (obj As IVsDataObject) As IVsDataExplorerNode
Parameters
- obj
- IVsDataObject
A data object containing the properties that identify the node to retrieve.
Returns
An IVsDataExplorerNode object representing the requested node.
Applies to
Find(String, Object[])
Retrieves the specified node from the group of selected nodes.
public:
Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^ Find(System::String ^ typeName, cli::array <System::Object ^> ^ identifier);
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode Find (string typeName, object[] identifier);
abstract member Find : string * obj[] -> Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Public Function Find (typeName As String, identifier As Object()) As IVsDataExplorerNode
Parameters
- typeName
- String
The name of the data object type that is represented in the node to retrieve.
- identifier
- Object[]
An array of data object identifier parts that represent the node.
Returns
An IVsDataExplorerNode object representing the requested node.