IObjectExplorerService Interface

Definition

Important

This API is not CLS-compliant.

COM visible interface that allows control of the object explorer.

public interface class IObjectExplorerService : IServiceProvider
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("26E139FB-2DD3-49c1-BE58-3F8DA45DBA3A")]
public interface IObjectExplorerService : IServiceProvider
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("26E139FB-2DD3-49c1-BE58-3F8DA45DBA3A")>]
type IObjectExplorerService = interface
    interface IServiceProvider
Public Interface IObjectExplorerService
Implements IServiceProvider
Attributes
Implements

Methods

ConnectToServer(Object)

Connects to the server in OE using specified connection information.

DisconnectSelectedServer()

Disconnects the selected server node in OE. Throws if something went wrong.

DisconnectServer(Object)

Disconnects the server in OE matching specified connection information.

FindNode(String)

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

GetSelectedNodes(Int32, INodeInformation[])

Retrieves the nodes if any are currently selected in the object explorer.

NewConnection()

Makes a new connection to a server.

SynchronizeTree(INodeInformation)

Synchronize the tree view with the selected item.

TryConnectToServer(Object)

Connects to the server.

Applies to