Compartilhar via


Método IVsDocOutlineProvider.GetOutline (IntPtr, IOleCommandTarget)

 

Retorna 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 GetOutline(
    out IntPtr phwnd,
    out IOleCommandTarget ppCmdTarget
)
int GetOutline(
    [OutAttribute] IntPtr% phwnd,
    [OutAttribute] IOleCommandTarget^% ppCmdTarget
)
abstract GetOutline : 
        phwnd:nativeint byref *
        ppCmdTarget:IOleCommandTarget byref -> int
Function GetOutline (
    <OutAttribute> ByRef phwnd As IntPtr,
    <OutAttribute> ByRef ppCmdTarget As IOleCommandTarget
) As Integer

Parâmetros

  • phwnd
    [out] Ponteiro para uma alça para a estrutura de tópicos do doc.
  • ppCmdTarget
    [out] Ponteiro para o IOleCommandTarget interface da estrutura de tópicos do documento solicitado.

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::GetOutline(
   [out] HWND* phwnd,
   [out] IOleCommandTarget** ppCmdTarget
);

Consulte também

Interface IVsDocOutlineProvider
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo