IObjectExplorerService Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
COM visible interface qui permet de contrôler l’explorateur d’objets.
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
- Attributs
- Implémente
Méthodes
| Nom | Description |
|---|---|
| ConnectToServer(Object) |
Se connecte au serveur dans OE en utilisant des informations de connexion spécifiées. |
| DisconnectSelectedServer() |
Déconnecte le nœud serveur sélectionné dans OE. Il jette si quelque chose tourne mal. |
| DisconnectServer(Object) |
Déconnecte le serveur dans OE en correspondant aux informations de connexion spécifiées. |
| FindNode(String) |
Récupère l’objet INodeInformation pour le nœud dans la hiérarchie de l’explorateur d’objets. |
| GetSelectedNodes(Int32, INodeInformation[]) |
Récupère les nœuds s’il y en a actuellement sélectionnés dans l’explorateur d’objets. |
| NewConnection() |
Crée une nouvelle connexion avec un serveur. |
| SynchronizeTree(INodeInformation) |
Synchronisez la vue arborescente avec l’élément sélectionné. |
| TryConnectToServer(Object) |
Se connecte au serveur. |