IObjectExplorerService 介面

定義

重要

此 API 不符合 CLS 規範。

COM 可視介面,允許控制物件瀏覽器。

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
屬性
實作

方法

名稱 Description
ConnectToServer(Object)

利用指定的連線資訊連接到原始版的伺服器。

DisconnectSelectedServer()

在 OE 中斷開所選伺服器節點。 如果出了問題,他會投擲。

DisconnectServer(Object)

在 OE 中斷開伺服器,匹配指定的連線資訊。

FindNode(String)

在物件瀏覽器階層中取得 INodeInformation 節點的物件。

GetSelectedNodes(Int32, INodeInformation[])

如果物件總管中目前有節點被選取,會擷取這些節點。

NewConnection()

建立一個新的伺服器連線。

SynchronizeTree(INodeInformation)

將樹狀圖與所選項目同步。

TryConnectToServer(Object)

連接到伺服器。

適用於