Método IVsDocOutlineProvider.ReleaseOutline (IntPtr, IOleCommandTarget)
Versões de uma estrutura de tópicos do documento.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int ReleaseOutline(
IntPtr hwnd,
IOleCommandTarget pCmdTarget
)
int ReleaseOutline(
IntPtr hwnd,
IOleCommandTarget^ pCmdTarget
)
abstract ReleaseOutline :
hwnd:nativeint *
pCmdTarget:IOleCommandTarget -> int
Function ReleaseOutline (
hwnd As IntPtr,
pCmdTarget As IOleCommandTarget
) As Integer
Parâmetros
- hwnd
[in] Identificador para a janela document outline.
- pCmdTarget
[in] Ponteiro para o IOleCommandTarget interface de estrutura de tópicos da documento para liberar.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsDocOutlineProvider::ReleaseOutline(
[in] HWND hwnd,
[in] IOleCommandTarget* pCmdTarget
);
Consulte também
Interface IVsDocOutlineProvider
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo