IVsAsyncOpenDocumentResult 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.
Représente le résultat d’une opération de document ouvert asynchrone.
[System.Runtime.InteropServices.Guid("BA346102-CA20-4F19-9D94-A5DAB112A262")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncOpenDocumentResult
[<System.Runtime.InteropServices.Guid("BA346102-CA20-4F19-9D94-A5DAB112A262")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncOpenDocumentResult = interface
Public Interface IVsAsyncOpenDocumentResult
- Dérivé
- Attributs
Propriétés
DocumentLoadTask |
Obtient la tâche qui représente le travail de chargement de .WindowFrame Les données docdata et docview sont entièrement initialisées lorsque cette tâche s’exécute correctement. |
Hierarchy |
Obtient la hiérarchie associée à .WindowFrame |
ItemId |
Obtient l’ID de l’élément sélectionné dans le associé Hierarchy. |
WindowFrame |
Obtient le IVsWindowFrame associé au document ouvert. |