IVsDocOutlineProvider.ReleaseOutline(IntPtr, IOleCommandTarget) Méthode
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.
Libère une structure de document.
public:
int ReleaseOutline(IntPtr hwnd, Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget ^ pCmdTarget);
public int ReleaseOutline (IntPtr hwnd, Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget pCmdTarget);
abstract member ReleaseOutline : nativeint * Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget -> int
Public Function ReleaseOutline (hwnd As IntPtr, pCmdTarget As IOleCommandTarget) As Integer
Paramètres
- hwnd
- IntPtr
[in] Handle vers la structure du document.
- pCmdTarget
- IOleCommandTarget
[in] Pointeur vers l'interface IOleCommandTarget de la structure du document à libérer.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de vsshell. idl :
HRESULT IVsDocOutlineProvider::ReleaseOutline(
[in] HWND hwnd,
[in] IOleCommandTarget* pCmdTarget
);