IVsDocOutlineProvider.ReleaseOutline(IntPtr, IOleCommandTarget) Méthode

Définition

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

Int32

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  
);  

S’applique à