IObjectExplorerService.FindNode(String) Method

Definition

Retrieves the INodeInformation object for node in the object explorer hierarchy.

public:
 Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ FindNode(System::String ^ urn);
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation FindNode (string urn);
abstract member FindNode : string -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation
Public Function FindNode (urn As String) As INodeInformation

Parameters

urn
String

A string that represents the path.

Returns

Returns a INodeInformation object.

Applies to